Age | Commit message (Expand) | Author | Files | Lines |
2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -4/+4 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -5/+5 |
2013-02-25 | Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -25/+12 |
2013-02-25 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -16/+3 |
2013-02-22 | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 1 | -2/+2 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -3/+3 |
2013-02-22 | mm: use vm_unmapped_area() on ia64 architecture | Michel Lespinasse | 1 | -25/+12 |
2013-02-20 | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+0 |
2013-02-17 | ia64 idle: delete pm_idle | Len Brown | 2 | -4/+0 |
2013-02-05 | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 7 | -20/+21 |
2013-02-03 | ia64: switch to generic sigaltstack | Al Viro | 1 | -16/+3 |
2013-01-27 | kvm: Prepare to add generic guest entry/exit callbacks | Frederic Weisbecker | 1 | -0/+1 |
2013-01-27 | cputime: Generic on-demand virtual cputime accounting | Frederic Weisbecker | 7 | -20/+20 |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 1 | -1/+1 |
2013-01-20 | ia64: kill thread_matches(), unexport ptrace_check_attach() | Oleg Nesterov | 1 | -27/+0 |
2013-01-03 | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -25/+14 |
2013-01-03 | IA64: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 4 | -25/+14 |
2013-01-03 | Wire up finit_module syscall | Luck, Tony | 1 | -0/+1 |
2012-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -143/+89 |
2012-12-12 | Merge tag 'please-pull-misc-3.8' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2012-12-11 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -18/+4 |
2012-12-11 | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2012-11-29 | flagday: kill pt_regs argument of do_fork() | Al Viro | 1 | -8/+6 |
2012-11-28 | death to idle_regs() | Al Viro | 1 | -5/+0 |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro | 1 | -1/+2 |
2012-11-20 | vtime: Warn if irqs aren't disabled on system time accounting APIs | Frederic Weisbecker | 1 | -0/+2 |
2012-11-19 | vtime: Consolidate a bit the ctx switch code | Frederic Weisbecker | 1 | -8/+1 |
2012-11-19 | vtime: Explicitly account pending user time on process tick | Frederic Weisbecker | 1 | -10/+1 |
2012-11-19 | vtime: Remove the underscore prefix invasion | Frederic Weisbecker | 1 | -4/+4 |
2012-11-15 | ACPI / ia64: Export acpi_[un]register_gsi() | Mika Westerberg | 1 | -0/+2 |
2012-11-07 | [IA64] Resolve name space collision for cache_show() | Tony Luck | 1 | -2/+2 |
2012-10-29 | vtime: Make vtime_account_system() irqsafe | Frederic Weisbecker | 1 | -4/+4 |
2012-10-24 | /dev/mem: use phys_addr_t for physical addresses | Cyril Chemparathy | 1 | -1/+1 |
2012-10-19 | ia64: switch to generic sys_execve() | Al Viro | 2 | -22/+1 |
2012-10-19 | ia64: switch to generic kernel_thread()/kernel_execve() | Al Viro | 3 | -91/+80 |
2012-10-14 | ia64: don't mess with ar_bspstore in kernel_thread() | Al Viro | 1 | -5/+4 |
2012-10-14 | ia64: dead code in copy_thread() since 2004 | Al Viro | 1 | -9/+0 |
2012-10-14 | ia64: clone() had been unused since 2004 | Al Viro | 1 | -6/+0 |
2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2012-10-12 | vfs: define struct filename and have getname() return it | Jeff Layton | 1 | -2/+2 |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+0 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+1 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -10/+8 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 3 | -19/+20 |
2012-10-01 | Merge tag 'please-pull-ia64-for-3.7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -3/+4 |
2012-10-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -33/+33 |
2012-10-01 | ia64: can't reach do_signal() when returning to kernel mode | Al Viro | 1 | -8/+0 |