| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] visws: reexport pm_power_off | Alexey Dobriyan | 2005-07-15 | 1 | -0/+1 |
* | [PATCH] uml: allow building as 32-bit binary on 64bit host | Paolo 'Blaisorblade' Giarrusso | 2005-07-14 | 4 | -21/+31 |
* | [PATCH] uml: reintroduce pcap support | Paolo 'Blaisorblade' Giarrusso | 2005-07-14 | 3 | -9/+24 |
* | [PATCH] uml: gcc 2.95 fix and Makefile cleanup | Paolo 'Blaisorblade' Giarrusso | 2005-07-14 | 2 | -6/+7 |
* | [PATCH] uml: consolidate modify_ldt | Paolo 'Blaisorblade' Giarrusso | 2005-07-14 | 1 | -52/+62 |
* | [PATCH] uml: workaround host bug in "TT mode vs. NPTL link fix" | Paolo 'Blaisorblade' Giarrusso | 2005-07-14 | 2 | -2/+2 |
* | [PATCH] uml: fix lvalue for gcc4 | Paolo 'Blaisorblade' Giarrusso | 2005-07-14 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2005-07-13 | 10 | -35/+126 |
|\ |
|
| * | Auto merge with /home/aegl/GIT/linus | Tony Luck | 2005-07-13 | 53 | -45/+292 |
| |\ |
|
| * | | [IA64] fix call of smp_processor_id() by XPC while | Dean Nelson | 2005-07-13 | 1 | -4/+4 |
| * | | [IA64] Altix pcibus_to_node implementation | Christoph Lameter | 2005-07-12 | 4 | -7/+43 |
| * | | [IA64] improve flush_icache_range() | Zoltan Menyhart | 2005-07-12 | 2 | -14/+69 |
| * | | [IA64] remove CONFIG_IA64_SGI_SN_SIM | Greg Edwards | 2005-07-12 | 2 | -8/+0 |
| * | | [IA64] pcibus_to_node implementation for IA64 | Christoph Lameter | 2005-07-12 | 1 | -2/+10 |
* | | | [PATCH] v850: Align ___start___param to match parameter alignment | Miles Bader | 2005-07-13 | 1 | -2/+3 |
* | | | [PATCH] ppc64: add 970MP PVR | Olof Johansson | 2005-07-13 | 2 | -16/+37 |
* | | | [PATCH] ppc64: kill bitfields in ppc64 hash code | David Gibson | 2005-07-13 | 8 | -164/+128 |
* | | | [PATCH] ppc32: make -j12 all fails in uImage target | Olaf Hering | 2005-07-13 | 1 | -1/+6 |
* | | | [PATCH] s390: fadvise hint values. | Martin Schwidefsky | 2005-07-13 | 2 | -2/+40 |
| |/
|/| |
|
* | | [PATCH] fix voyager subarchitecture EXPORT_SYMBOL breakage caused by i386_ksy... | James Bottomley | 2005-07-13 | 2 | -0/+7 |
* | | Merge /home/torvalds/linux-2.6-arm | Linus Torvalds | 2005-07-13 | 5 | -9/+9 |
|\ \ |
|
| * | | [PATCH] ARM SMP: Initialise cpu_present_map | Russell King | 2005-07-11 | 2 | -2/+5 |
| * | | [PATCH] ARM SMP: We list IRQs for present CPUs, not online CPUs | Russell King | 2005-07-11 | 1 | -1/+1 |
| * | | [PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map | Russell King | 2005-07-11 | 2 | -3/+3 |
| * | | [PATCH] ARM: remove linux/version.h include from arch/arm | Olaf Hering | 2005-07-11 | 3 | -3/+0 |
* | | | [PATCH] inotify | Robert Love | 2005-07-12 | 1 | -0/+3 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-2.6 | Linus Torvalds | 2005-07-12 | 12 | -12/+189 |
|\ \ \ |
|
| * \ \ | [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... | Len Brown | 2005-07-12 | 12 | -12/+189 |
| |\ \ \ |
|
| | * | | | [ACPI] enable C2 and C3 idle power states on SMP | Venkatesh Pallipadi | 2005-07-12 | 3 | -1/+108 |
| | * | | | [ACPI] fix C1 patch for IA64 | Venkatesh Pallipadi | 2005-07-12 | 2 | -0/+4 |
| | * | | | [ACPI] S3 resume -- use lgdtl, not lgdt | Nickolai Zeldovich | 2005-07-12 | 1 | -2/+3 |
| | * | | | [ACPI] PNPACPI vs sound IRQ | David Shaohua Li | 2005-07-12 | 3 | -8/+12 |
| | * | | | [ACPI] Evaluate CPEI Processor Override flag | Ashok Raj | 2005-07-12 | 3 | -1/+62 |
* | | | | | [PATCH] kexec-ppc: fix for ksysfs crash_notes | Albert Herranz | 2005-07-12 | 1 | -0/+6 |
* | | | | | [PATCH] xtensa: use ssleep() instead of schedule_timeout() | Nishanth Aravamudan | 2005-07-12 | 1 | -2/+2 |
* | | | | | [PATCH] xtensa: remove old syscalls | Chris Zankel | 2005-07-12 | 4 | -9/+8 |
* | | | | | [PATCH] uml:remove user_constants.h on clean | Paolo 'Blaisorblade' Giarrusso | 2005-07-12 | 1 | -1/+2 |
* | | | | | [PATCH] x86_64: section alignment fix | Andrew Morton | 2005-07-12 | 1 | -2/+2 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 2005-07-12 | 3 | -0/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | [PATCH] I2C: Move hwmon drivers (1/3) | Jean Delvare | 2005-07-11 | 3 | -0/+6 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-07-12 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | [SPARC64]: Fix SMP build failure. | Andrew Morton | 2005-07-12 | 1 | -2/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-07-12 | 24 | -8/+56 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | [NET]: add a top-level Networking menu to *config | Sam Ravnborg | 2005-07-11 | 24 | -8/+56 |
| |/ / / |
|
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2005-07-11 | 8 | -35/+26 |
|\ \ \ \ |
|
| * | | | | [IA64] assign_irq_vector() should not panic | Kenji Kaneshige | 2005-07-11 | 4 | -21/+20 |
| * | | | | [IA64] use msleep_interruptible() instead of schedule_timeout | Nishanth Aravamudan | 2005-07-11 | 1 | -11/+5 |
| * | | | | [IA64] remove linux/version.h include from arch/ia64 | Olaf Hering | 2005-07-11 | 2 | -2/+0 |
| * | | | | Auto merge with /home/aegl/GIT/linus | Tony Luck | 2005-07-11 | 57 | -1132/+1748 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | [IA64] Fix a typo in arch/ia64/kernel/entry.S | H. J. Lu | 2005-07-08 | 1 | -1/+1 |