summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar2008-10-06285-849/+849
|\
| * Merge branch 'linus' into x86/header-guardsIngo Molnar2008-07-261956-59088/+81971
| |\
| * | x86: consolidate header guardsVegard Nossum2008-07-225-10/+10
| * | x86: consolidate header guardsVegard Nossum2008-07-22282-846/+846
| * | x86: fix spurious '#' in kvm headerVegard Nossum2008-07-221-1/+1
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-10-041-2/+4
|\ \ \
| * | | clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | x86 setup: correct segfault in generation of 32-bit reloc kernelH. Peter Anvin2008-10-031-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-10-031-7/+4
|\ \ \ \
| * | | | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()Paul Moore2008-10-041-7/+4
* | | | | ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again)Rafael J. Wysocki2008-10-032-1/+14
* | | | | leds-pca955x: add proper error handling and fix bogus memory handlingSven Wegener2008-10-031-32/+38
* | | | | leds-fsg: change order of initialization and deinitializationSven Wegener2008-10-031-14/+14
* | | | | dw_dmac: fix copy/paste bug in taskletHaavard Skinnemoen2008-10-031-1/+1
* | | | | Documentation/HOWTO: info about interface changes should CC linux-api@vgerMichael Kerrisk2008-10-031-1/+2
* | | | | SubmitChecklist: interfaces changes should CC linux-api@Michael Kerrisk2008-10-031-0/+2
* | | | | MAINTAINERS: add mailing list for man-pagesMichael Kerrisk2008-10-031-0/+1
* | | | | cpusets: remove pj from cpuset maintainersPaul Jackson2008-10-031-2/+0
* | | | | include/linux/stacktrace.h: declare struct task_structAndrew Morton2008-10-031-0/+2
* | | | | orion_spi: fix handling of default transfer speedLennert Buytenhek2008-10-031-1/+1
* | | | | fbdev: fix recursive notifier and locking when fbdev console is blankedKrzysztof Helt2008-10-031-1/+5
* | | | | rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz2008-10-031-6/+9
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-10-0319-317/+686
|\ \ \ \ \
| * | | | | [MIPS] SMTC: Fix SMTC dyntick support.Kevin D. Kissell2008-10-0311-279/+597
| * | | | | [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.Kevin D. Kissell2008-10-033-17/+67
| * | | | | [MIPS] SMTC: Fix holes in SMTC and FPU affinity support.Kevin D. Kissell2008-10-033-13/+14
| * | | | | [MIPS] SMTC: Build fix: Fix filename in MakefileRalf Baechle2008-10-031-1/+1
| * | | | | [MIPS] Build fix: Fix irq flags typeRalf Baechle2008-10-033-7/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-10-033-69/+76
|\ \ \ \ \
| * | | | | [S390] qdio: prevent stack clobberJan Glauber2008-10-031-35/+20
| * | | | | [S390] nohz: Fix __udelay.Heiko Carstens2008-10-032-34/+56
| |/ / / /
* | | | | Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds2008-10-031-5/+4
|/ / / /
* | | | e1000e: Fix incorrect debug warningLinus Torvalds2008-10-031-1/+1
|/ / /
* | | Check mapped ranges on sysfs resource filesLinus Torvalds2008-10-021-0/+19
* | | e1000e: update version from k4 to k6Jesse Brandeburg2008-10-021-1/+1
* | | e1000e: debug contention on NVM SWFLAGThomas Gleixner2008-10-021-0/+17
* | | e1000e: drop stats lockJesse Brandeburg2008-10-022-19/+0
* | | e1000e: remove phy read from inside spinlockJesse Brandeburg2008-10-022-14/+5
* | | e1000e: do not ever sleep in interrupt contextJesse Brandeburg2008-10-022-3/+30
* | | e1000e: reset swflag after resetting hardwareJesse Brandeburg2008-10-021-0/+3
* | | mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft2008-10-021-5/+8
* | | mm: tiny-shmem nommu fixNick Piggin2008-10-023-1/+8
* | | memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer2008-10-021-4/+8
* | | fix error-path NULL deref in alloc_posix_timer()Dan Carpenter2008-10-021-1/+1
* | | braille_console: only register notifiers when the braille console is usedPascal Terjan2008-10-021-9/+4
* | | inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin2008-10-022-7/+21
* | | fbcon: fix monochrome color value calculationDavid Winn2008-10-021-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-022-14/+40
|\ \ \
| * \ \ Merge branch 'asoc-fixes' into for-linusTakashi Iwai2008-10-021-2/+2
| |\ \ \
OpenPOWER on IntegriCloud