| Commit message (Expand) | Author | Age | Files | Lines |
* | um: remove dma_sync_single_range | FUJITA Tomonori | 2010-03-12 | 1 | -8/+0 |
* | um: use generic ptrace_resume code | Christoph Hellwig | 2010-03-12 | 2 | -54/+18 |
* | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 1 | -45/+0 |
* | improve sys_newuname() for compat architectures | Christoph Hellwig | 2010-03-12 | 2 | -19/+0 |
* | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 1 | -86/+0 |
* | Add generic sys_old_mmap() | Christoph Hellwig | 2010-03-12 | 3 | -36/+1 |
* | Add generic sys_old_select() | Christoph Hellwig | 2010-03-12 | 1 | -18/+0 |
* | elf coredump: add extended numbering support | Daisuke HATAYAMA | 2010-03-06 | 1 | -0/+16 |
* | elf coredump: replace ELF_CORE_EXTRA_* macros by functions | Daisuke HATAYAMA | 2010-03-06 | 3 | -43/+69 |
* | um: tell git to ignore generated files | WANG Cong | 2010-03-06 | 1 | -0/+3 |
* | uml: line.c: avoid NULL pointer dereference | Alexander Beregalov | 2010-03-06 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 1 | -1/+1 |
|\ |
|
| * | Switch may_open() and break_lease() to passing O_... | Al Viro | 2010-03-03 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 1 | -1/+1 |
|\ \ |
|
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-03-01 | 1 | -2/+2 |
|\ \ |
|
| * | | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
| * | | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-02-28 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | x86: Fix breakage of UML from the changes in the rwsem system | Linus Torvalds | 2010-01-17 | 1 | -1/+2 |
* | | Unrot uml mconsole a bit | Al Viro | 2010-01-14 | 1 | -31/+18 |
|/ |
|
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2009-12-17 | 2 | -1/+2 |
|\ |
|
| * | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 2009-12-12 | 2 | -1/+2 |
* | | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 2009-12-16 | 3 | -4/+0 |
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-15 | 1 | -2/+2 |
|\ \ |
|
| * | | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
| |/ |
|
* | | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 1 | -9/+7 |
* | | uml: convert to seq_file/proc_fops | Alexey Dobriyan | 2009-12-15 | 4 | -54/+70 |
|/ |
|
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 2 | -30/+2 |
* | um: Remove BKL from mmapper | Thomas Gleixner | 2009-10-14 | 1 | -7/+4 |
* | um: Remove BKL from random | Thomas Gleixner | 2009-10-14 | 1 | -3/+0 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 3 | -0/+3 |
* | um: Clean up linker script using standard macros. | Tim Abbott | 2009-09-24 | 3 | -50/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-09-23 | 2 | -3/+3 |
|\ |
|
| * | cpumask: use mm_cpumask() wrapper: um | Rusty Russell | 2009-09-24 | 1 | -2/+2 |
| * | cpumask: Use accessors for cpu_*_mask: um | Rusty Russell | 2009-09-24 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 4 | -8/+12 |
|\ \
| |/
|/| |
|
| * | 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 | 3 | -5/+10 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 2 | -2/+2 |
|\ \ |
|
| * | | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -1/+1 |
| * | | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 2009-09-21 | 1 | -1/+1 |
* | | | uml: fix order of pud and pmd_free() | Roel Kluin | 2009-09-22 | 1 | -2/+2 |
* | | | um: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-09-22 | 1 | -25/+1 |
* | | | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 2009-09-22 | 1 | -1/+1 |
* | | | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
|/ / |
|
* | | includecheck fix: um, helper.c | Jaswinder Singh Rajput | 2009-09-20 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-16 | 1 | -1/+0 |
|\ |
|
| * | PCI: remove pcibios_scan_all_fns() | Alex Chiang | 2009-09-09 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 3 | -5/+4 |
|\ \ |
|