| Commit message (Expand) | Author | Age | Files | Lines |
* | [S390] path grouping and path verifications fixes. | Cornelia Huck | 2006-07-12 | 10 | -48/+228 |
* | [S390] xpram module parameter parsing. | Heiko Carstens | 2006-07-12 | 1 | -57/+6 |
* | [S390] cpu_relax() is supposed to have barrier() semantics. | Heiko Carstens | 2006-07-12 | 2 | -10/+9 |
* | [S390] fix futex_atomic_cmpxchg_inatomic | Martin Schwidefsky | 2006-07-12 | 1 | -2/+3 |
* | [S390] subchannel register/unregister mutex. | Cornelia Huck | 2006-07-12 | 5 | -7/+29 |
* | [S390] raw_local_save_flags/raw_local_irq_restore type check | Heiko Carstens | 2006-07-12 | 1 | -6/+12 |
* | [S390] __builtin_trap() and gcc version. | Heiko Carstens | 2006-07-12 | 1 | -1/+10 |
* | x86 MacMini: make built-in speaker sound actually work | Linus Torvalds | 2006-07-10 | 1 | -0/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-07-10 | 52 | -228/+1086 |
|\ |
|
| * | Pull dock into release branch | Len Brown | 2006-07-10 | 1 | -0/+1 |
| |\ |
|
| | * | ACPI: ACPI_DOCK: Initialize the atomic notifier list | Kristen Accardi | 2006-07-10 | 1 | -0/+1 |
| * | | Pull acpi_os_allocate into test branch | Len Brown | 2006-07-10 | 6 | -40/+31 |
| |\ \ |
|
| | * | | ACPI: acpi_os_allocate() fixes | Len Brown | 2006-07-10 | 6 | -40/+31 |
| * | | | Pull acpica-20060707 into test branch | Len Brown | 2006-07-10 | 21 | -113/+209 |
| |\ \ \ |
|
| | * | | | ACPI: ACPICA 20060707 | Bob Moore | 2006-07-09 | 21 | -113/+209 |
| * | | | | Pull bugzilla-6687 into test branch | Len Brown | 2006-07-10 | 5 | -11/+12 |
| |\ \ \ \ |
|
| | * | | | | ACPI: acpi_os_get_thread_id() returns current | Len Brown | 2006-07-09 | 5 | -11/+12 |
| | |/ / / |
|
| * | | | | Pull dock into test branch | Len Brown | 2006-07-10 | 7 | -2/+789 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | ACPI: ACPI_DOCK Kconfig | Len Brown | 2006-07-09 | 2 | -3/+3 |
| | * | | | Revert "Revert "ACPI: dock driver"" | Len Brown | 2006-07-09 | 6 | -1/+788 |
| * | | | | Pull trivial into test branch | Len Brown | 2006-07-10 | 15 | -32/+30 |
| |\ \ \ \ |
|
| | * | | | | ACPI: add 'const' to several ACPI file_operations | Arjan van de Ven | 2006-07-10 | 13 | -28/+28 |
| | * | | | | ACPI: delete some defaults from ACPI Kconfig | Andi Kleen | 2006-07-09 | 1 | -2/+0 |
| | * | | | | ACPI: "Device `[%s]' is not power manageable" make message debug only | Len Brown | 2006-07-09 | 1 | -2/+2 |
| | | |_|/
| | |/| | |
|
| * | | | | Pull battery into test branch | Len Brown | 2006-07-10 | 1 | -32/+14 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | ACPI: SBS: fix initialization, sem2mutex | Andrew Morton | 2006-07-10 | 1 | -32/+14 |
| | |/ / |
|
* | | | | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEAD | Linus Torvalds | 2006-07-10 | 7 | -463/+11 |
|\ \ \ \ |
|
| * | | | | [DCCP]: Fix sparse warnings. | Alan Cox | 2006-07-10 | 1 | -2/+2 |
| * | | | | [TCP]: Remove TCP Compound | David S. Miller | 2006-07-10 | 3 | -459/+0 |
| * | | | | [BPQ] lockdep: fix false positive | Ralf Baechle | 2006-07-10 | 1 | -0/+7 |
| * | | | | [IPV4] inetpeer: Get rid of volatile from peer_total | Herbert Xu | 2006-07-10 | 1 | -1/+1 |
| * | | | | [AX.25]: Get rid of the last volatile. | Ralf Baechle | 2006-07-10 | 1 | -1/+1 |
* | | | | | [PATCH] x86_64: Fix access check in ptrace compat | Andi Kleen | 2006-07-10 | 1 | -3/+10 |
* | | | | | [PATCH] x86_64: Allow oprofile for model P4 models | Andi Kleen | 2006-07-10 | 1 | -1/+4 |
* | | | | | [PATCH] x86_64: Fix up bogus defaults in ACPI Kconfig | Andi Kleen | 2006-07-10 | 1 | -2/+0 |
* | | | | | [PATCH] x86_64: Fix Calgary copyright statements per IBM guidelines | Muli Ben-Yehuda | 2006-07-10 | 4 | -9/+17 |
* | | | | | [PATCH] x86_64: Add a MAINTAINERS entry for Calgary | Muli Ben-Yehuda | 2006-07-10 | 1 | -0/+9 |
* | | | | | [PATCH] x86_64: Fix hotplug problem in mce amd | Jacob Shin | 2006-07-10 | 1 | -1/+1 |
* | | | | | [PATCH] x86_64: Bring x86-64 ia32 emul in sync with i386 on READ_IMPLIES_EXEC... | Markus Schoder | 2006-07-10 | 1 | -1/+1 |
* | | | | | [PATCH] x86_64: Update defconfig | Andi Kleen | 2006-07-10 | 1 | -5/+31 |
|/ / / / |
|
* | | | | [PATCH] knfsd: nfsd4: add per-operation server stats | Shankar Anand | 2006-07-10 | 4 | -0/+30 |
* | | | | [PATCH] isdn: cleanup i_rdev udage | Eric Sesterhenn | 2006-07-10 | 2 | -7/+7 |
* | | | | [PATCH] lockdep: disable lock debugging when kernel state becomes untrusted | Arjan van de Ven | 2006-07-10 | 1 | -0/+2 |
* | | | | [PATCH] checklist update | Andrew Morton | 2006-07-10 | 1 | -35/+41 |
* | | | | [PATCH] proper prototype for drivers/message/i2o/device.c:i2o_parm_issue() | Adrian Bunk | 2006-07-10 | 2 | -2/+5 |
* | | | | [PATCH] remove the tasklist_lock export | Christoph Hellwig | 2006-07-10 | 2 | -14/+1 |
* | | | | [PATCH] s390: remove BINFMT_ELF32 config option | Heiko Carstens | 2006-07-10 | 2 | -9/+2 |
* | | | | [PATCH] disallow modular binfmt_elf32 | Christoph Hellwig | 2006-07-10 | 2 | -2/+2 |
* | | | | [PATCH] snsc: switch from force_sig to kill_proc | Christoph Hellwig | 2006-07-10 | 1 | -14/+1 |
* | | | | [PATCH] pc8736x_gpio: fix re-modprobe errors: fix/finish cdev-init | Jim Cromie | 2006-07-10 | 1 | -2/+15 |