| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 2 | -3/+0 |
* | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-12 | 1 | -8/+12 |
* | arch: mm: do not invoke OOM killer on kernel fault OOM | Johannes Weiner | 2013-09-12 | 1 | -0/+2 |
* | um: Add irq chip um/mask handlers | Richard Weinberger | 2013-09-07 | 1 | -0/+4 |
* | um: Run UML in it's own session. | Richard Weinberger | 2013-09-07 | 1 | -0/+2 |
* | um: Cleanup SIGTERM handling | Richard Weinberger | 2013-09-07 | 8 | -12/+16 |
* | um: ubd: Introduce submit_request() | Richard Weinberger | 2013-09-07 | 1 | -13/+19 |
* | um: ubd: Add REQ_FLUSH suppport | Richard Weinberger | 2013-09-07 | 3 | -1/+50 |
* | um: Implement probe_kernel_read() | Richard Weinberger | 2013-09-07 | 4 | -1/+78 |
* | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds | 2013-08-16 | 1 | -2/+4 |
* | um: siginfo cleanup | Richard Weinberger | 2013-07-19 | 4 | -15/+15 |
* | uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c... | Tristan Schmelcher | 2013-07-19 | 1 | -41/+189 |
* | um: Fix wait_stub_done() error handling | Richard Weinberger | 2013-07-19 | 1 | -2/+7 |
* | um: Mark stub pages mapping with VM_PFNMAP | Richard Weinberger | 2013-07-19 | 1 | -1/+1 |
* | um: Fix return value of strnlen_user() | Richard Weinberger | 2013-07-19 | 1 | -1/+1 |
* | mm/um: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -3/+1 |
* | UML: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 3 | -5/+9 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-07-02 | 1 | -1/+1 |
|\ |
|
| * | Merge tag 'v3.10' into sched/core | Ingo Molnar | 2013-07-01 | 1 | -1/+1 |
| |\ |
|
| * | | sched: Rename sched.c as sched/core.c in comments and Documentation | Viresh Kumar | 2013-06-19 | 1 | -1/+1 |
* | | | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -2/+0 |
| |/
|/| |
|
* | | mconsole: we'd better initialize pos before passing it to vfs_read()... | Al Viro | 2013-06-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-07 | 1 | -3/+2 |
|\ |
|
| * | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -3/+2 |
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-05-05 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker | 2013-05-02 | 13 | -93/+56 |
| |\ |
|
| * | | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON | Frederic Weisbecker | 2013-04-03 | 2 | -3/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | UM: Adjust printk in create_proc_mconsole() | David Howells | 2013-04-09 | 1 | -2/+1 |
* | | | | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-04-30 | 1 | -0/+2 |
* | | | | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-04-30 | 1 | -12/+0 |
| |_|/
|/| | |
|
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 1 | -23/+4 |
|\ \ \ |
|
| * | | | idle: Remove GENERIC_IDLE_LOOP config switch | Thomas Gleixner | 2013-04-17 | 1 | -1/+0 |
| * | | | um: Use generic idle loop | Richard Weinberger | 2013-04-17 | 2 | -23/+5 |
| |/ / |
|
* | | | early_printk: consolidate random copies of identical code | Thomas Gleixner | 2013-04-29 | 1 | -3/+5 |
* | | | mm/um: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 2013-04-29 | 1 | -13/+3 |
* | | | mm/um: use common help functions to free reserved pages | Jiang Liu | 2013-04-29 | 1 | -9/+1 |
* | | | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 2013-03-21 | 10 | -33/+41 |
|\ \ \
| |/ / |
|
| * | | um: Use tty_port in SIGWINCH handler | Richard Weinberger | 2013-03-11 | 5 | -18/+22 |
| * | | um: Use tty_port_operations->destruct | Richard Weinberger | 2013-03-11 | 3 | -14/+14 |
| * | | um: fix build failure due to mess-up of sig_info protorype | Sergei Trofimovich | 2013-03-11 | 1 | -1/+1 |
| * | | um: add missing declaration of 'getrlimit()' and friends | Sergei Trofimovich | 2013-03-11 | 1 | -0/+2 |
| * | | net : enable tx time stamping in the vde driver. | Paul Chavent | 2013-03-11 | 1 | -0/+2 |
| |/ |
|
* | | TTY: add tty_port_tty_hangup helper | Jiri Slaby | 2013-03-18 | 1 | -5/+1 |
* | | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 2013-03-18 | 1 | -7/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 1 | -10/+0 |
|\ |
|
| * | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 | 1 | -10/+0 |