Age | Commit message (Expand) | Author | Files | Lines |
2009-06-28 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -9/+23 |
2009-06-28 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 10 | -75/+89 |
2009-06-28 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds | Linus Torvalds | 11 | -65/+733 |
2009-06-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2 | -11/+16 |
2009-06-26 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 46 | -1531/+1691 |
2009-06-26 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -111/+239 |
2009-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 15 | -158/+246 |
2009-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 4 | -31/+25 |
2009-06-26 | amd64_edac: misc small cleanups | Borislav Petkov | 2 | -7/+8 |
2009-06-26 | amd64_edac: fix ecc_enable_override handling | Borislav Petkov | 1 | -1/+6 |
2009-06-26 | amd64_edac: check only ECC bit in amd64_determine_edac_cap | Borislav Petkov | 1 | -3/+2 |
2009-06-26 | ftrace: Fix the output of profile | Li Zefan | 1 | -1/+3 |
2009-06-26 | Merge commit 'kumar/next' into merge | Benjamin Herrenschmidt | 16 | -1180/+1157 |
2009-06-26 | powerpc/rtas: Fix watchdog driver temperature read functionality | Adrian Reber | 1 | -5/+3 |
2009-06-26 | powerpc/mm: Fix potential access to freed pages when using hugetlbfs | Benjamin Herrenschmidt | 1 | -1/+2 |
2009-06-26 | powerpc/440: Fix warning early debug code | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-06-26 | powerpc/of: Fix usage of dev_set_name() in of_device_alloc() | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-06-26 | powerpc/pasemi: Use raw spinlock in SMP TB sync | Benjamin Herrenschmidt | 1 | -5/+10 |
2009-06-26 | powerpc: Use one common impl. of RTAS timebase sync and use raw spinlock | Benjamin Herrenschmidt | 5 | -87/+40 |
2009-06-26 | powerpc/rtas: Turn rtas lock into a raw spinlock | Benjamin Herrenschmidt | 2 | -10/+30 |
2009-06-26 | powerpc: Add irqtrace support for 32-bit powerpc | Benjamin Herrenschmidt | 4 | -15/+135 |
2009-06-26 | powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernel | Sonny Rao | 1 | -6/+19 |
2009-06-26 | powerpc/BSR: add 4096 byte BSR size | Sonny Rao | 1 | -7/+10 |
2009-06-26 | powerpc: Map more memory early on 601 processors | Benjamin Herrenschmidt | 1 | -7/+10 |
2009-06-26 | powerpc/pmac: Fix DMA ops for MacIO devices | Benjamin Herrenschmidt | 1 | -0/+11 |
2009-06-26 | powerpc/mm: Make k(un)map_atomic out of line | Benjamin Herrenschmidt | 3 | -53/+82 |
2009-06-26 | powerpc: Fix mpic alloc warning | Kumar Gala | 1 | -3/+2 |
2009-06-26 | powerpc: Fix output from show_regs | Kumar Gala | 1 | -1/+1 |
2009-06-26 | powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP | Benjamin Herrenschmidt | 3 | -98/+112 |
2009-06-26 | powerpc/amigaone: Limit ISA I/O range to 4k in the device tree | Gerhard Pircher | 1 | -2/+2 |
2009-06-26 | powerpc/warp: Platform fix for i2c change | Sean MacLennan | 1 | -30/+14 |
2009-06-26 | powerpc: Have git ignore generated files from dtc compile | Jon Smirl | 2 | -0/+15 |
2009-06-26 | powerpc/mpic: Fix mapping of "DCR" based MPIC variants | Benjamin Herrenschmidt | 1 | -13/+16 |
2009-06-26 | powerpc: Swiotlb breaks pseries | Michael Ellerman | 1 | -6/+18 |
2009-06-26 | ACPI: video: prevent NULL deref in acpi_get_pci_dev() | Troy Moure | 1 | -1/+1 |
2009-06-26 | eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go | Corentin Chary | 1 | -0/+10 |
2009-06-26 | eeepc-laptop: get the right value for CMSG | Corentin Chary | 1 | -0/+23 |
2009-06-26 | eeepc-laptop: makes get_acpi() returns -ENODEV | Corentin Chary | 1 | -5/+12 |
2009-06-26 | eeepc-laptop: right parent device | Corentin Chary | 1 | -16/+18 |
2009-06-26 | eeepc-laptop: rfkill refactoring | Corentin Chary | 1 | -76/+84 |
2009-06-26 | eeepc-laptop.c: use pr_fmt and pr_<level> | Joe Perches | 1 | -33/+22 |
2009-06-26 | eeepc-laptop: Register as a pci-hotplug device | Corentin Chary | 2 | -0/+89 |
2009-06-26 | [CIFS] remove unknown mount option warning message | Steve French | 1 | -0/+4 |
2009-06-26 | [CIFS] remove bkl usage from umount begin | Steve French | 1 | -4/+7 |
2009-06-25 | sparc32: Fix makefile not generating required files | Julian Calaby | 1 | -2/+2 |
2009-06-25 | sparc32: Fix tftpboot.img Makefile | Julian Calaby | 1 | -2/+2 |
2009-06-25 | sparc: fix tftpboot.img build | Sam Ravnborg | 1 | -1/+1 |
2009-06-25 | sparc32: Fix obvious build issues for tftpboot.img build. | Robert Reif | 2 | -2/+2 |
2009-06-25 | sparc64: Fix build warnings in piggyback_64.c | Julian Calaby | 1 | -0/+1 |
2009-06-25 | sparc64: Don't use alloc_bootmem() in init_IRQ() code paths. | David S. Miller | 1 | -26/+19 |