| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] PCI: Fix up PCI routing in parent bridge | Greg Kroah-Hartman | 2005-07-01 | 1 | -1/+18 |
* | [PATCH] fatfs sectioning fix | Andrew Morton | 2005-06-30 | 2 | -2/+2 |
* | [PATCH] alpha smp fix | Ivan Kokshaysky | 2005-06-30 | 1 | -1/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-06-30 | 8 | -72/+53 |
|\ |
|
| * | [PATCH] ARM: 2780/1: AFS partition length calculation fix | Catalin Marinas | 2005-06-30 | 1 | -14/+2 |
| * | [PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUs | Catalin Marinas | 2005-06-30 | 2 | -4/+4 |
| * | [PATCH] ARM: 2778/1: Add -mno-thumb-interwork to CFLAGS_ABI | Catalin Marinas | 2005-06-30 | 1 | -1/+1 |
| * | [PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.S | Catalin Marinas | 2005-06-30 | 1 | -1/+1 |
| * | [PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursor | Russell King | 2005-06-30 | 1 | -7/+1 |
| * | [PATCH] ARM: Don't try to send a signal to pid0 | Russell King | 2005-06-30 | 3 | -46/+45 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-06-30 | 1 | -1/+2 |
|\ \ |
|
| * | | [PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTS | Russell King | 2005-06-30 | 1 | -1/+2 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2005-06-30 | 6 | -21/+143 |
|\ \ |
|
| * \ | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Greg KH | 2005-06-29 | 90 | -1629/+1289 |
| |\ \
| | |/ |
|
| * | | [PATCH] Driver core: Use klist_del() instead of klist_remove(). | Patrick Mochel | 2005-06-29 | 1 | -1/+1 |
| * | | [PATCH] driver core: change bus_rescan_devices to return void | Greg Kroah-Hartman | 2005-06-29 | 2 | -19/+10 |
| * | | [PATCH] driver core: Add the ability to bind drivers to devices from userspace | Greg Kroah-Hartman | 2005-06-29 | 3 | -1/+28 |
| * | | [PATCH] driver core: Add the ability to unbind drivers to devices from userspace | Greg Kroah-Hartman | 2005-06-29 | 1 | -0/+30 |
| * | | [PATCH] driver core: add bus_find_device & driver_find_device functions | Cornelia Huck | 2005-06-29 | 3 | -0/+74 |
* | | | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6 | Linus Torvalds | 2005-06-30 | 18 | -530/+291 |
|\ \ \ |
|
| * | | | [PATCH] ppc64: Replace custom locking code with a spinlock | Michael Ellerman | 2005-06-30 | 2 | -37/+3 |
| * | | | [PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.c | Michael Ellerman | 2005-06-30 | 1 | -31/+41 |
| * | | | [PATCH] ppc64: Cleanup whitespace in arch/ppc64/kernel/ItLpQueue.c | Michael Ellerman | 2005-06-30 | 1 | -29/+29 |
| * | | | [PATCH] ppc64: Cleanup proc printing of event types | Michael Ellerman | 2005-06-30 | 1 | -10/+10 |
| * | | | [PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from paca | Michael Ellerman | 2005-06-30 | 3 | -18/+29 |
| * | | | [PATCH] ppc64: Don't count number of events processed for caller | Michael Ellerman | 2005-06-30 | 5 | -14/+6 |
| * | | | [PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_* | Michael Ellerman | 2005-06-30 | 6 | -16/+16 |
| * | | | [PATCH] ppc64: Rename xItLpQueue to hvlpevent_queue | Michael Ellerman | 2005-06-30 | 3 | -26/+26 |
| * | | | [PATCH] ppc64: Move definition of xItLpQueue | Michael Ellerman | 2005-06-30 | 2 | -7/+8 |
| * | | | [PATCH] ppc64: Make two ItLpQueue related functions static | Michael Ellerman | 2005-06-30 | 2 | -4/+2 |
| * | | | [PATCH] ppc64: Move xItLpQueue proc code into ItLpQueue.c | Michael Ellerman | 2005-06-30 | 2 | -48/+59 |
| * | | | [PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.c | Michael Ellerman | 2005-06-30 | 3 | -20/+24 |
| * | | | [PATCH] ppc64: Don't pass the pointers to xItLpQueue around | Michael Ellerman | 2005-06-30 | 6 | -34/+34 |
| * | | | [PATCH] ppc64: Reorganise the paca initialisation macros | Michael Ellerman | 2005-06-30 | 1 | -146/+65 |
| * | | | [PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.c | Michael Ellerman | 2005-06-30 | 2 | -21/+21 |
| * | | | [PATCH] ppc64: Spread lpevents by default on iSeries | Michael Ellerman | 2005-06-30 | 1 | -1/+1 |
| * | | | [PATCH] ppc64: Remove lpqueue pointer from the paca on iSeries | Michael Ellerman | 2005-06-30 | 8 | -28/+19 |
| * | | | [PATCH] remove duplicate printf in arch/ppc64/boot/main.c | Olaf Hering | 2005-06-28 | 1 | -5/+2 |
| * | | | [PATCH] remove printk usage in arch/ppc64/boot/prom.c | Olaf Hering | 2005-06-28 | 2 | -15/+2 |
| * | | | [PATCH] remove unused arch/ppc64/boot/mknote.c | Olaf Hering | 2005-06-28 | 1 | -43/+0 |
| * | | | [PATCH] remove unused arch/ppc64/boot/piggyback.c | Olaf Hering | 2005-06-28 | 2 | -87/+1 |
| * | | | [PATCH] ppc64: don't create spurious symlinks under node0 sysdev | Nathan Lynch | 2005-06-28 | 1 | -1/+6 |
| * | | | [PATCH] ppc64: simplify nvram partition scanning code | Arnd Bergmann | 2005-06-28 | 1 | -5/+3 |
* | | | | [PATCH] reiserfs: handle_attrs() fix | Andrew Morton | 2005-06-30 | 1 | -2/+1 |
* | | | | [PATCH] freevxfs: minor cleanups | Pekka Enberg | 2005-06-30 | 4 | -14/+13 |
* | | | | [PATCH] freevxfs: remove 2.4 compatability | Pekka Enberg | 2005-06-30 | 3 | -51/+0 |
* | | | | [PATCH] freevxfs: fix buffer_head leak | Pekka Enberg | 2005-06-30 | 1 | -5/+6 |
* | | | | [PATCH] Improper initrd failure message at boot time | Jay Lan | 2005-06-30 | 1 | -1/+4 |
* | | | | [PATCH] udf_find_entry() cleanup | Christoph Hellwig | 2005-06-30 | 1 | -4/+0 |
* | | | | [PATCH] fat: fix slab cache leak | Pekka J Enberg | 2005-06-30 | 1 | -5/+14 |