| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] sh: kexec() support | kogiidena | 2006-01-16 | 6 | -3/+259 |
* | [PATCH] sh: DMA updates | Paul Mundt | 2006-01-16 | 13 | -120/+291 |
* | [PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xx | Paul Mundt | 2006-01-16 | 12 | -253/+289 |
* | [PATCH] fix up sbuslib for new fb_comapt_ioctl prototype | Christoph Hellwig | 2006-01-16 | 2 | -13/+11 |
* | [PATCH] arm26: s/task_threas_info/task_thread_info/ | Alexey Dobriyan | 2006-01-16 | 1 | -1/+1 |
* | [PATCH] mips: add pm_power_off | Yoichi Yuasa | 2006-01-16 | 1 | -0/+6 |
* | [PATCH] drivers/char/esp.c spinlock fix | Ingo Molnar | 2006-01-16 | 1 | -1/+1 |
* | [PATCH] build kernel/intermodule.c only when required | Adrian Bunk | 2006-01-16 | 4 | -1/+7 |
* | [PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKEN | Adrian Bunk | 2006-01-16 | 1 | -3/+3 |
* | [PATCH] arm26: kernel/irq.c: fix compilation | Alexey Dobriyan | 2006-01-16 | 1 | -1/+2 |
* | [PATCH] arm26: add L1_CACHE_SHIFT | Alexey Dobriyan | 2006-01-16 | 1 | -1/+2 |
* | [PATCH] fix arm26 THREAD_SIZE | Adrian Bunk | 2006-01-16 | 1 | -2/+1 |
* | [PATCH] i386: remove gcc version check for CONFIG_REGPARM | Adrian Bunk | 2006-01-16 | 1 | -4/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-01-16 | 31 | -1756/+2082 |
|\ |
|
| * | Pull perfmon-montecito into release branch | Tony Luck | 2006-01-16 | 3 | -2/+273 |
| |\ |
|
| | * | [IA64] Perfmon for Montecito | Stephane Eranian | 2006-01-16 | 3 | -2/+273 |
| * | | [IA64] Cleanup of arch/ia64/sn and include/asm-ia64/sn | Prarit Bhargava | 2006-01-16 | 25 | -1748/+1758 |
| * | | [IA64] pal cache flush patch | Xu, Anthony | 2006-01-16 | 1 | -1/+1 |
| * | | [IA64] Stop multiple pci_claim_resource() call for the same resource | Kenji Kaneshige | 2006-01-16 | 1 | -5/+14 |
| * | | [IA64] Simple memory hot-add for ia64. | Yasunori Goto | 2006-01-16 | 1 | -0/+36 |
| |/ |
|
* | | [PATCH] hrtimer comment tweak | Jonathan Corbet | 2006-01-16 | 1 | -1/+1 |
* | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds | 2006-01-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Make alloc_page_buffers() initialise buffer_heads using init_buffer(), | Nathan Scott | 2006-01-17 | 1 | -1/+1 |
| |/ |
|
* | | [PATCH] Fix drivers/block/ps2esdi.c compile | Jens Axboe | 2006-01-16 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjod... | Linus Torvalds | 2006-01-16 | 4 | -1723/+0 |
|\ \ |
|
| * | | Actually remove amdtp.[ch], cmp.[ch]. | Jody McIntyre | 2006-01-16 | 4 | -1723/+0 |
| |/ |
|
* | | x86-64: fix initrd freeing | Linus Torvalds | 2006-01-16 | 1 | -1/+1 |
* | | [PATCH] x86_64: Increase NR_IRQ_VECTORS to 32 * NR_CPUS | Andi Kleen | 2006-01-16 | 1 | -1/+1 |
* | | [PATCH] x86_64: Don't try to put kernel page tables beyond ZONE_DMA32. | Andi Kleen | 2006-01-16 | 1 | -13/+5 |
* | | [PATCH] x86_64: set do_not_nx as cpuinitdata | Andi Kleen | 2006-01-16 | 1 | -1/+1 |
* | | [PATCH] x86_64: lapic resume uses correct base address | Shaohua Li | 2006-01-16 | 1 | -4/+1 |
* | | [PATCH] x86_64: Only let user select PM timer support when EMBEDDED | Andi Kleen | 2006-01-16 | 1 | -1/+1 |
* | | [PATCH] x86_64: Allow nesting of int3 by default for kprobes | Andi Kleen | 2006-01-16 | 4 | -17/+14 |
* | | [PATCH] x86_64: Mark powernow k8 init functions as __cpuinit | Andi Kleen | 2006-01-16 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-16 | 7 | -26/+41 |
|\ \
| |/
|/| |
|
| * | kbuild: fix 'make all install_modules install' | Sam Ravnborg | 2006-01-16 | 1 | -1/+1 |
| * | kbuild: create .kernelrelease at *config step | Sam Ravnborg | 2006-01-16 | 5 | -14/+15 |
| * | kbuild: fix make -jN with multiple targets with O=... | Sam Ravnborg | 2006-01-15 | 1 | -3/+4 |
| * | kconfig: get rid of stray a.o, support ncursesw | Sam Ravnborg | 2006-01-15 | 2 | -8/+21 |
* | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds | 2006-01-15 | 3 | -20/+10 |
|\ \ |
|
| * | | [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround | Nathan Scott | 2006-01-16 | 1 | -3/+0 |
| * | | [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. | Nathan Scott | 2006-01-16 | 2 | -12/+2 |
| * | | [XFS] Fix symlink creation too, with respect to initialising SELinux | Nathan Scott | 2006-01-16 | 1 | -5/+8 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-15 | 41 | -334/+306 |
|\ \ \
| |/ /
|/| | |
|
| * | | MAINTAINERS: CIFS: add linux-cifs-client@lists.samba.org list | Jesper Juhl | 2006-01-15 | 1 | -0/+1 |
| * | | correct email address of Manfred Spraul | Christian Kujau | 2006-01-15 | 7 | -7/+7 |
| * | | Spelling fix in init/Kconfig for the help of CONFIG_SWAP | Jesper Juhl | 2006-01-15 | 1 | -1/+1 |
| * | | return statement cleanup - kill pointless parentheses | Jesper Juhl | 2006-01-15 | 10 | -275/+275 |
| * | | remove unused LOCAL_END_REQUEST | Domen Puncer | 2006-01-15 | 1 | -1/+0 |
| * | | MAINTAINERS: better list for "POSIX CLOCKS and TIMERS" | Horms | 2006-01-15 | 1 | -1/+1 |