| Commit message (Expand) | Author | Age | Files | Lines |
* | consolemap: indentation & braces disagree - reindent | Ilpo Järvinen | 2009-01-06 | 1 | -1/+1 |
* | make firmware/dsp56k/bootstrap.asm buildable on a56 | Robert Millan | 2009-01-06 | 1 | -13/+13 |
* | ipc/ipc_sysctl.c: move the definition of ipc_auto_callback() | akpm@linux-foundation.org | 2009-01-06 | 1 | -23/+23 |
* | ipc: do not goto to the next line | Denis V. Lunev | 2009-01-06 | 1 | -1/+0 |
* | ipc: clean up ipc/shm.c | WANG Cong | 2009-01-06 | 1 | -10/+5 |
* | fs/exec.c: make do_coredump() void | WANG Cong | 2009-01-06 | 2 | -3/+3 |
* | coredump_filter: permit changing of the default filter | Hidehiro Kawai | 2009-01-06 | 2 | -2/+18 |
* | SEND_SIG_NOINFO: set si_pid to tgid instead of pid | Sukadev Bhattiprolu | 2009-01-06 | 1 | -1/+1 |
* | SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary | Sukadev Bhattiprolu | 2009-01-06 | 1 | -1/+2 |
* | doc: reformat some long lines in kernel-parameters.txt | Randy Dunlap | 2009-01-06 | 1 | -7/+7 |
* | docs: add more early params to kernel-parameters.txt | Randy Dunlap | 2009-01-06 | 1 | -0/+6 |
* | documentation: how to use DOC: section blocks | Randy Dunlap | 2009-01-06 | 1 | -0/+29 |
* | documentation: update s390 header file paths | Randy Dunlap | 2009-01-06 | 3 | -3/+3 |
* | documentation: update header file paths | Randy Dunlap | 2009-01-06 | 7 | -13/+13 |
* | rapidio: remove excess kernel-doc notation | Randy Dunlap | 2009-01-06 | 2 | -2/+0 |
* | docs: document how to write @varargs in kernel-doc | Randy Dunlap | 2009-01-06 | 1 | -0/+5 |
* | kmod: fix varargs kernel-doc | Randy Dunlap | 2009-01-06 | 1 | -2/+2 |
* | minix: fix add link's wrong position calculation | Evgeniy Dushistov | 2009-01-06 | 1 | -1/+1 |
* | fbdev/logo: check compatibility of main and extra logos | Geert Uytterhoeven | 2009-01-06 | 1 | -0/+4 |
* | sm501: unsigned ptr cannot be negative | roel kluin | 2009-01-06 | 1 | -3/+3 |
* | intelfb: fix sparse warnings | Hannes Eder | 2009-01-06 | 1 | -8/+16 |
* | i810: fix sparse warnings | Hannes Eder | 2009-01-06 | 1 | -6/+12 |
* | neofb: fix sparse warnings | Hannes Eder | 2009-01-06 | 1 | -2/+4 |
* | pm3fb: fix sparse warning | Hannes Eder | 2009-01-06 | 1 | -2/+4 |
* | viafb: fix sparse warnings | Hannes Eder | 2009-01-06 | 1 | -6/+12 |
* | nvidia: fix sparse warnings | Hannes Eder | 2009-01-06 | 1 | -4/+8 |
* | gbefb: unsigned var->pixclock cannot be less than 0 | roel kluin | 2009-01-06 | 1 | -2/+5 |
* | fb: carminefb: trivial annotation packing color register | Harvey Harrison | 2009-01-06 | 1 | -1/+1 |
* | blackfin: remove __FUNCTION__ in video driver | Harvey Harrison | 2009-01-06 | 1 | -3/+3 |
* | fbdev: fix typo in drivers/video/modedb.c | Jiri Moravec | 2009-01-06 | 1 | -1/+1 |
* | pci: use pci_ioremap_bar() in drivers/video | Arjan van de Ven | 2009-01-06 | 6 | -18/+11 |
* | gpio: pca953x handles more chips, i2c fault codes | David Brownell | 2009-01-06 | 2 | -8/+11 |
* | twl4030-gpio: cleanup debounce | David Brownell | 2009-01-06 | 2 | -37/+26 |
* | drivers/rtc: correct an error test | Julia Lawall | 2009-01-06 | 1 | -1/+1 |
* | rtc: driver for Marvell's SoCs 88F6281 and 88F6192 | Saeed Bishara | 2009-01-06 | 3 | -0/+175 |
* | rtc: rtc-ds1216 fixes | Alessandro Zummo | 2009-01-06 | 1 | -16/+14 |
* | rtc: add rtc-tx4939 driver | Atsushi Nemoto | 2009-01-06 | 3 | -0/+325 |
* | rtc: use set_mmss when set_time is not available | Alessandro Zummo | 2009-01-06 | 4 | -45/+9 |
* | rtc: rtc-ds3234 fixes | Alessandro Zummo | 2009-01-06 | 1 | -136/+36 |
* | rtc: rtc-max6902 fixes | Alessandro Zummo | 2009-01-06 | 1 | -138/+38 |
* | rtc: Au1000 On-Chip Counter0-as-RTC driver. | Manuel Lauss | 2009-01-06 | 3 | -0/+164 |
* | rtc: kconfig cleanup | Alessandro Zummo | 2009-01-06 | 1 | -26/+26 |
* | rtc: rtc-ds1390 probe sequence and misc fixes | Alessandro Zummo | 2009-01-06 | 2 | -51/+24 |
* | rtc: pxa27x/pxa3xx driver fixes, revised | Alessandro Zummo | 2009-01-06 | 1 | -27/+23 |
* | rtc: driver for pxa27x and pxa3xx SoC | Robert Jarzmik | 2009-01-06 | 3 | -0/+505 |
* | rtc: move power of 2 periodic frequency check down into drivers | Jonathan Cameron | 2009-01-06 | 5 | -3/+12 |
* | rtc: bunch of drivers: fix 'no irq' case handing | Anton Vorontsov | 2009-01-06 | 9 | -40/+40 |
* | rtc: struct device: replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -16/+12 |
* | genrtc: disable genrtc on Blackfin systems | Mike Frysinger | 2009-01-06 | 1 | -1/+1 |
* | autofs4: fix string validation check order | Ian Kent | 2009-01-06 | 1 | -6/+7 |