| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] i386: fix singlestepping though a syscall | Chuck Ebbert | 2006-02-17 | 1 | -2/+2 |
* | [PATCH] Fix SGI O2 compile error in drivers/video/gbefb.c | Joshua Kinard | 2006-02-17 | 1 | -1/+1 |
* | [PATCH] Provide an interface for getting the current tick length | Paul Mackerras | 2006-02-17 | 2 | -5/+37 |
* | [PATCH] Handle all and empty zones when setting up custom zonelists for mbind | Andi Kleen | 2006-02-17 | 1 | -4/+14 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-02-17 | 31 | -248/+275 |
|\ |
|
| * | [IA64] Count disabled cpus as potential hot-pluggable CPUs | Ashok Raj | 2006-02-16 | 2 | -13/+20 |
| * | [IA64] Missing check for TIF_WORK if trace/audit enabled | Jack Steiner | 2006-02-16 | 1 | -1/+3 |
| * | Pull fix-cpu-possible-map into release branch | Tony Luck | 2006-02-15 | 4 | -4/+63 |
| |\ |
|
| | * | [IA64] Count disabled cpus as potential hot-pluggable CPUs | Ashok Raj | 2006-02-14 | 3 | -0/+62 |
| | * | [IA64] Dont set NR_CPUS for cpu_possible_map when CPU hotplug is enabled. | Ashok Raj | 2006-02-14 | 1 | -4/+1 |
| * | | [IA64] support panic_on_oops sysctl | Horms | 2006-02-15 | 1 | -0/+8 |
| * | | [IA64] ia64: simplify and fix udelay() | hawkes@sgi.com | 2006-02-15 | 3 | -22/+38 |
| * | | [IA64-SGI] enforce proper ordering of callouts by XPC | Dean Nelson | 2006-02-15 | 3 | -23/+36 |
| * | | [IA64-SGI] fix the size of __sn_cnodeid_to_nasid | Dean Roe | 2006-02-15 | 2 | -2/+2 |
| * | | [IA64-SGI] export sn_pcidev_info_get | Mark Maule | 2006-02-15 | 1 | -0/+1 |
| * | | [IA64-SGI] remove compile time warning | Jes Sorensen | 2006-02-15 | 1 | -0/+2 |
| * | | [IA64] remove obsolete corporate address | Jes Sorensen | 2006-02-15 | 3 | -17/+2 |
| * | | [IA64-SGI] sn2 minor fixes and cleanups | Jes Sorensen | 2006-02-15 | 12 | -162/+111 |
| * | | [IA64] Remove duplicate EXPORT_SYMBOLs | Andreas Schwab | 2006-02-15 | 1 | -15/+0 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-02-17 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | [SERIAL] Fix typo in comment | Ralf Baechle | 2006-02-15 | 1 | -1/+1 |
| * | | | [SERIAL] Documentation/jsm.txt is a no show. | Arthur Othieno | 2006-02-15 | 1 | -2/+2 |
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-02-17 | 13 | -23/+78 |
|\ \ \ \ |
|
| * | | | | [ARM] 3339/1: ARM EABI: make unmuxed syscalls visible | Nicolas Pitre | 2006-02-16 | 1 | -3/+3 |
| * | | | | [ARM] 3338/1: old ABI compat: sys_socketcall | Nicolas Pitre | 2006-02-16 | 2 | -1/+31 |
| * | | | | [ARM] 3337/1: Fix NSLU2 flash support according to window size configuration ... | Martin Michlmayr | 2006-02-16 | 1 | -2/+4 |
| * | | | | [ARM] Fix SMP initialisation oops | Russell King | 2006-02-16 | 5 | -13/+40 |
| * | | | | [ARM] remove duplicate #includes | Herbert Poetzl | 2006-02-15 | 4 | -4/+0 |
| |/ / / |
|
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 2006-02-17 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | [MMC] mmci: allow small data transfers | Russell King | 2006-02-16 | 1 | -0/+7 |
| |/ / / |
|
* | | | | [PATCH] x86_64: Always pass full number of nodes to NUMA hash computation | Andi Kleen | 2006-02-17 | 2 | -2/+2 |
* | | | | [PATCH] x86_64: Relax SRAT covers all memory check a bit | Andi Kleen | 2006-02-17 | 1 | -1/+2 |
* | | | | [PATCH] x86_64: Resolve the RIP of an early exception using kallsyms | Andi Kleen | 2006-02-17 | 1 | -0/+7 |
* | | | | [PATCH] x86_64: Disable tsc when apicpmtimer is active | Andi Kleen | 2006-02-17 | 3 | -2/+3 |
* | | | | [PATCH] x86_64: Don't enable ATI apicmaintimer workaround when the machine ha... | Andi Kleen | 2006-02-17 | 1 | -0/+16 |
* | | | | [PATCH] x86_64: Don't call do_exit with interrupts disabled after IRET exception | Andi Kleen | 2006-02-17 | 1 | -0/+1 |
* | | | | [PATCH] x86_64: Add boot option to disable randomized mappings and cleanup | Andi Kleen | 2006-02-17 | 6 | -8/+16 |
* | | | | [PATCH] x86_64: make touch_nmi_watchdog() not touch impossible cpus' private ... | Jan Beulich | 2006-02-17 | 1 | -8/+11 |
* | | | | [PATCH] x86_64: Update defconfig | Andi Kleen | 2006-02-17 | 1 | -9/+33 |
* | | | | Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2 | Linus Torvalds | 2006-02-16 | 7 | -11/+88 |
|\ \ \ \ |
|
| * | | | | [PATCH] ocfs2: detach from heartbeat events before freeing mle | Kurt Hackel | 2006-02-16 | 1 | -1/+6 |
| * | | | | [PATCH] ocfs2: only checkpoint journal when asked to | Mark Fasheh | 2006-02-16 | 2 | -6/+3 |
| * | | | | [PATCH] ocfs2: manually grant remote recovery lock | Kurt Hackel | 2006-02-16 | 1 | -0/+11 |
| * | | | | [PATCH] ocfs2: add dlm_wait_for_node_death | Kurt Hackel | 2006-02-16 | 4 | -1/+40 |
| * | | | | [PATCH] ocfs2: fix release of ast never reserved | Kurt Hackel | 2006-02-16 | 1 | -3/+4 |
| * | | | | [PATCH] ocfs2: recheck recovery state after getting lock | Kurt Hackel | 2006-02-16 | 1 | -0/+24 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2006-02-16 | 48 | -812/+2388 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | [SCSI] fix wrong context bugs in SCSI | James Bottomley | 2006-02-14 | 2 | -23/+12 |
| * | | | | [PATCH] add scsi_execute_in_process_context() API | James Bottomley | 2006-02-14 | 2 | -0/+61 |
| * | | | | [SCSI] sym2: Mask off opcode from RBC | Matthew Wilcox | 2006-02-12 | 1 | -1/+1 |