aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | MAINTAINERS: downgrade support for man-pagesMichael Kerrisk2009-03-121-3/+1
| | | | | * | | | | | | | | ds2760_battery.c: fix division by zeroDaniel Mack2009-03-121-4/+7
| | | | | * | | | | | | | | vfs: add missing unlock in sget()Li Zefan2009-03-121-1/+4
| | | | | * | | | | | | | | pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov2009-03-121-4/+4
| | | | | * | | | | | | | | drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack2009-03-121-1/+1
| | | | | * | | | | | | | | uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org2009-03-121-1/+4
| | | | | * | | | | | | | | UML on UML fixed: it did not startRenzo Davoli2009-03-121-0/+5
| | | | | * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-124-16/+20
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | sunhme: Fix qfe parent detection.Friedrich Oslage2009-03-081-2/+0
| | | | | | * | | | | | | | | sparc64: Fix lost interrupts on sun4u.David S. Miller2009-03-041-10/+19
| | | | | | * | | | | | | | | sparc64: wait_event_interruptible_timeout may return -ERESTARTSYSRoel Kluin2009-03-041-1/+1
| | | | | | * | | | | | | | | jsflash: stop defining MAJOR_NRChristoph Hellwig2009-03-041-3/+0
| | | | | * | | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-03-129-142/+456
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | MIPS: IP27: Enable RAID5 moduleRalf Baechle2009-03-111-1/+1
| | | | | | * | | | | | | | | | MIPS: TXx9: update defconfigsAtsushi Nemoto2009-03-112-137/+447
| | | | | | * | | | | | | | | | MIPS: NEC VR5500 processor support fixupShinya Kuribayashi2009-03-115-3/+7
| | | | | | * | | | | | | | | | MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng2009-03-111-1/+1
| | | | | | | |_|/ / / / / / / | | | | | | |/| | | | | | | |
| | | | | * | | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-03-115-17/+39
| | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / | | | | | |/| | | | | | | | |
| | | | | | * | | | | | | | | xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-063-8/+16
| | | | | | * | | | | | | | | xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig2009-03-061-5/+10
| | | | | | * | | | | | | | | xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig2009-03-061-4/+13
| | | | * | | | | | | | | | | x86: cpu_debug add write support for MSRsJaswinder Singh Rajput2009-03-132-37/+97
| | | | * | | | | | | | | | | x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich2009-03-1212-35/+36
| | | | * | | | | | | | | | | x86: move a few device initialization objects into .devinit.rodataJan Beulich2009-03-122-4/+4
| | | | | |_|_|_|_|_|/ / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | x86: cpu/common.c more cleanupsIngo Molnar2009-03-141-100/+143
| | | * | | | | | | | | | | x86: cpu/common.c cleanupsJaswinder Singh Rajput2009-03-142-64/+68
| | * | | | | | | | | | | | x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput2009-03-141-10/+8
| | * | | | | | | | | | | | x86: memcpy, clean upIngo Molnar2009-03-121-55/+81
| | * | | | | | | | | | | | x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich2009-03-121-7/+0
| | * | | | | | | | | | | | x86-64: move save_paranoid into .kprobes.textJan Beulich2009-03-121-0/+2
| | * | | | | | | | | | | | x86: remove leftover unwind annotationsJan Beulich2009-03-121-2/+0
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86: smarten /proc/interrupts outputJan Beulich2009-03-131-15/+18
* | | | | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-03-149-98/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | cpuacct: reduce one NULL check in fast-pathLi Zefan2009-03-131-2/+3
| * | | | | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-03-118-96/+135
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | percpu: fix spurious alignment WARN in legacy SMP percpu allocatorTejun Heo2009-03-111-1/+1
| | * | | | | | | | | | | | percpu: generalize embedding first chunk setup helperTejun Heo2009-03-103-48/+96
| | * | | | | | | | | | | | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-103-22/+21
| | * | | | | | | | | | | | percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo2009-03-102-9/+15
| | * | | | | | | | | | | | linker script: define __per_cpu_load on all SMP capable archsTejun Heo2009-03-103-18/+4
| * | | | | | | | | | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-03-11240-2574/+2336
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | / / / / / / | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar2009-03-1235-268/+1204
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | / / | | | | |_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | / | | | | | |_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | x86: mmiotrace: quieten spurious warning messageStuart Bennett2009-03-111-1/+1
| | | | | |_|_|_|/ / / / / | | | | |/| | | | | | | |
| | | | * | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-03-111-1/+1
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | drm: fix EDID parser problem with positive/negative hsync/vsyncPantelis Koukousoulas2009-03-111-1/+1
| | | | | | |/ / / / / / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-03-1110-111/+64
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | radeonfb/aty128fb: Disable broken early resume hook for PowerBooksBenjamin Herrenschmidt2009-03-112-2/+18
| | | | | * | | | | | | | | hvc_console: Remove tty->low_latency on pseries backendsBenjamin Herrenschmidt2009-03-112-10/+0
| | | | | * | | | | | | | | Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-03-112-2/+2
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | powerpc/4xx: Enable SERIAL_OF support by default for Virtex platformsGrant Likely2009-02-282-2/+2