| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -8/+8 |
* | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2009-12-14 | 1 | -8/+8 |
* | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -23/+23 |
* | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -6/+6 |
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 1 | -27/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 3 | -25/+2 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
| * | CRIS: remove code that has been commented out for many years | Jiri Kosina | 2009-11-09 | 1 | -22/+0 |
| * | CIRS: turn local_save_flags() + local_irq_disable()into local_irq_save() | Jiri Kosina | 2009-11-09 | 1 | -2/+1 |
* | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ \ |
|
| * | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+1 |
| |/ |
|
* | | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -0/+2 |
|/ |
|
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 | 2 | -2/+2 |
* | Merge branch 'for-linus' of git://repo.or.cz/cris-mirror | Linus Torvalds | 2009-09-24 | 11 | -58/+25 |
|\ |
|
| * | CRIS: Cleanup linker script using new linker script macros. | Jesper Nilsson | 2009-09-23 | 1 | -29/+8 |
| * | ARRAY_SIZE changes | Stoyan Gaydarov | 2009-09-01 | 2 | -2/+2 |
| * | CRIS: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-09-01 | 5 | -19/+2 |
| * | CRIS: add pgprot_noncached | Arnd Bergmann | 2009-08-31 | 3 | -8/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 3 | -5/+3 |
|\ \ |
|
| * | | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 2009-09-21 | 1 | -3/+2 |
| * | | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 2009-09-20 | 2 | -2/+1 |
* | | | mm: remove duplicate asm/mman.h files | Arnd Bergmann | 2009-09-22 | 1 | -21/+1 |
* | | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions | Arnd Bergmann | 2009-09-22 | 1 | -0/+2 |
* | | | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 2009-09-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 3 | -9/+5 |
|\ \ |
|
| * \ | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 3 | -5/+2 |
| |\ \
| | |/ |
|
| * | | linker script: unify usage of discard definition | Tejun Heo | 2009-07-09 | 1 | -8/+2 |
| * | | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 7 | -9/+36 |
| |\ \ |
|
| * | | | CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile. | Jesper Nilsson | 2009-06-24 | 2 | -2/+3 |
| * | | | linker script: throw away .discard section | Tejun Heo | 2009-06-24 | 1 | -0/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 | 1 | -0/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 3 | -5/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | net: implement a SO_DOMAIN getsockoption | Jan Engelhardt | 2009-08-05 | 1 | -0/+1 |
| * | | | | net: implement a SO_PROTOCOL getsockoption | Jan Engelhardt | 2009-08-05 | 1 | -0/+2 |
| | |_|/
| |/| | |
|
* | | | | KEYS: Add missing linux/tracehook.h #inclusions | David Howells | 2009-09-09 | 1 | -0/+1 |
* | | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 2009-09-02 | 1 | -0/+2 |
* | | | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] | David Howells | 2009-09-02 | 1 | -0/+5 |
| |/ /
|/| | |
|
* | | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 2009-07-27 | 1 | -1/+1 |
* | | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | | | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 1 | -3/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://www.jni.nu/cris | Linus Torvalds | 2009-06-23 | 7 | -9/+36 |
|\ \
| |/
|/| |
|
| * | CRISv10: remove redundant tests on unsigned | Roel Kluin | 2009-06-23 | 1 | -2/+2 |
| * | CRISv32: irq.c - Move end brace outside #endif | Jesper Nilsson | 2009-06-11 | 1 | -1/+1 |
| * | CRISv32: Fix potential null reference in cryptocop driver. | Jesper Nilsson | 2009-06-11 | 1 | -2/+2 |
| * | CRISv32: Add arch optimized strcmp. | Jesper Nilsson | 2009-06-10 | 3 | -1/+28 |
| * | CRIS: assignment/is equal confusion | Roel Kluin | 2009-06-08 | 1 | -3/+3 |
* | | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 1 | -1/+1 |
* | | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-16 | 1 | -16/+1 |
* | | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -4/+0 |