Age | Commit message (Expand) | Author | Files | Lines |
2008-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -2/+87 |
2008-01-29 | ext4: Add ext4_find_next_bit() | Aneesh Kumar K.V | 2 | -0/+6 |
2008-01-29 | Introduce new section reference annotations tags: __ref, __refdata, __refconst | Sam Ravnborg | 1 | -0/+3 |
2008-01-29 | asm-generic/vmlix.lds.h: simplify __mem{init,exit}* dependencies | Adrian Bunk | 1 | -2/+1 |
2008-01-29 | Use separate sections for __dev/__cpu/__mem code/data | Sam Ravnborg | 1 | -6/+82 |
2008-01-29 | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 1 | -0/+7 |
2008-01-25 | sched: SCHED_FIFO/SCHED_RR watchdog timer | Peter Zijlstra | 1 | -2/+3 |
2007-12-27 | Revert quicklist need->flush fix | Christoph Lameter | 1 | -3/+0 |
2007-12-18 | quicklist: Set tlb->need_flush if pages are remaining in quicklist 0 | Christoph Lameter | 1 | -0/+4 |
2007-11-26 | sched: fix RLIMIT_CPU comment | Ingo Molnar | 1 | -1/+1 |
2007-10-19 | Linux Kernel Markers | Mathieu Desnoyers | 1 | -1/+6 |
2007-10-19 | define first set of BIT* macros | Jiri Slaby | 2 | -31/+25 |
2007-10-19 | forbid asm/bitops.h direct inclusion | Jiri Slaby | 1 | -0/+4 |
2007-10-19 | bitops: introduce lock ops | Nick Piggin | 2 | -0/+46 |
2007-10-17 | remove include/asm-*/ipc.h | Adrian Bunk | 2 | -32/+0 |
2007-10-17 | unexport asm/shmparam.h | Olaf Hering | 1 | -1/+0 |
2007-10-16 | flush icache before set_pte() on ia64: flush icache at set_pte | KAMEZAWA Hiroyuki | 1 | -4/+0 |
2007-10-16 | Generic Virtual Memmap support for SPARSEMEM | Christoph Lameter | 1 | -0/+6 |
2007-10-13 | fix sparc32 breakage (result of vmlinux.lds.S bug) | Al Viro | 1 | -1/+2 |
2007-10-12 | libata-portmap: Remove unused definitions | Alan Cox | 1 | -5/+0 |
2007-09-12 | Define termios_1 functions for powerpc, s390, avr32 and frv | Paul Mackerras | 1 | -0/+2 |
2007-08-12 | changing include/asm-generic/pgtable.h for non-mmu | Greg Ungerer | 1 | -35/+38 |
2007-08-01 | Fix WARN_ON() on bitfield ops | Linus Torvalds | 1 | -3/+3 |
2007-08-01 | use __val in __get_unaligned | Mike Frysinger | 1 | -6/+6 |
2007-07-19 | i386: Put allocated ELF notes in read-only data segment | Roland McGrath | 1 | -1/+5 |
2007-07-19 | define new percpu interface for shared data | Fenghua Yu | 2 | -0/+16 |
2007-07-17 | saner typechecking in generic unaligned.h | Al Viro | 1 | -7/+9 |
2007-07-17 | Fix sparse false positives re BUG_ON(ptr) | Alexey Dobriyan | 1 | -1/+1 |
2007-07-17 | mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty | Martin Schwidefsky | 1 | -25/+0 |
2007-07-17 | mm: remove ptep_establish() | Martin Schwidefsky | 1 | -19/+0 |
2007-07-16 | Introduce O_CLOEXEC | Ulrich Drepper | 1 | -0/+3 |
2007-07-16 | dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs | Dan Williams | 1 | -12/+70 |
2007-07-09 | sched: simplify sched_find_first_bit() | Mike Galbraith | 1 | -13/+8 |
2007-06-17 | Rework ptep_set_access_flags and fix sun4c | Benjamin Herrenschmidt | 1 | -5/+12 |
2007-05-29 | sparc64: fix alignment bug in linker definition script | Sam Ravnborg | 1 | -3/+7 |
2007-05-24 | Don't call a warnign a bug. It's a warning. | Linus Torvalds | 1 | -1/+1 |
2007-05-19 | kbuild: introduce __init_refok/__initdata_refok to supress section mismatch w... | Sam Ravnborg | 1 | -2/+4 |
2007-05-19 | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 1 | -0/+4 |
2007-05-19 | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 1 | -0/+6 |
2007-05-11 | Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+3 |
2007-05-11 | Consolidate asm/poll.h | Stephen Rothwell | 2 | -0/+38 |
2007-05-11 | [PATCH] add SIGNAL syscall class (v3) | Amy Griffis | 1 | -0/+3 |
2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -1/+1 |
2007-05-08 | local_t: architecture independent extension | Mathieu Desnoyers | 1 | -10/+23 |
2007-05-08 | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 1 | -5/+12 |
2007-05-08 | atomic.h: complete atomic_long operations in asm-generic | Mathieu Desnoyers | 1 | -0/+133 |
2007-05-08 | move die notifier handling to common code | Christoph Hellwig | 1 | -0/+8 |
2007-05-02 | [PATCH] i386: Clean up ELF note generation | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-05-02 | [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction | Jeremy Fitzhardinge | 1 | -0/+18 |
2007-05-02 | [PATCH] i386: Use per-cpu variables for GDT, PDA | Rusty Russell | 1 | -0/+1 |