| Commit message (Expand) | Author | Age | Files | Lines |
* | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 2 | -3/+5 |
* | defconfig reduction | Sam Ravnborg | 2010-08-14 | 12 | -8479/+17 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 1 | -1/+2 |
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 1 | -2/+0 |
|\ |
|
| * | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 2010-08-07 | 1 | -2/+0 |
* | | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 2 | -0/+3 |
* | | tty: remove remaining Hayes ESP ioctls | Greg Kroah-Hartman | 2010-08-10 | 1 | -2/+0 |
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 1 | -3/+0 |
|\ \ |
|
| * | | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 2010-07-27 | 1 | -3/+0 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 1 | -10/+4 |
| |\ \
| | |/ |
|
| * | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 |
* | | | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 2010-08-04 | 14 | -257/+53 |
|\ \ \
| | |/
| |/| |
|
| * | | m32r: invoke oom-killer from page fault | Nick Piggin | 2010-06-04 | 1 | -10/+4 |
| |/ |
|
| * | m32r: use use asm-generic/scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -14/+1 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
| |\ |
|
| | * | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
| * | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-05-19 | 1 | -40/+7 |
| |\ \ |
|
| | * | | m32r: Convert m32r to use read/update_peristent_clock | John Stultz | 2010-03-13 | 1 | -40/+7 |
| * | | | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -1/+2 |
| * | | m32r: use generic ptrace_resume code | Christoph Hellwig | 2010-03-12 | 2 | -68/+31 |
| * | | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 1 | -11/+0 |
| * | | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 2 | -81/+1 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 1 | -25/+0 |
| |\ |
|
| | * | local_t: Remove cpu_local_xx macros | Christoph Lameter | 2010-01-05 | 1 | -25/+0 |
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 3 | -5/+5 |
| |/ |
|
* | | kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line | Sam Ravnborg | 2010-08-03 | 1 | -1/+1 |
* | | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line | Sam Ravnborg | 2010-08-03 | 1 | -1/+1 |
|/ |
|
* | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 2009-12-16 | 1 | -1/+0 |
* | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
* | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 2009-12-14 | 1 | -10/+10 |
* | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2009-12-14 | 2 | -8/+8 |
* | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -14/+14 |
* | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
* | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 2 | -4/+4 |
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 2 | -25/+1 |
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-12-03 | 6 | -125/+49 |
| |\ |
|
| * | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+3 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 6 | -125/+50 |
|\ \ \
| | |/
| |/| |
|
| * | | m32r: fix arch/m32r/boot/compressed/Makefile | Hirokazu Takata | 2009-11-09 | 1 | -2/+2 |
| * | | m32r: Should index be positive? | Roel Kluin | 2009-11-04 | 1 | -1/+1 |
| * | | m32r: bzip2/lzma kernel compression support | Hirokazu Takata | 2009-11-04 | 3 | -120/+42 |
| * | | m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section | Hirokazu Takata | 2009-11-04 | 1 | -0/+2 |
| * | | arch/m32r: Use DIV_ROUND_CLOSEST | Julia Lawall | 2009-11-04 | 1 | -3/+3 |
| |/ |
|
| * | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -0/+2 |
|/ |
|
* | m32r: Fix IPI function calls for SMP | Toshihiro HANAWA | 2009-10-04 | 1 | -2/+2 |
* | m32r: Fix set_memory() for DISCONTIGMEM | Hirokazu Takata | 2009-10-04 | 1 | -1/+4 |