Age | Commit message (Expand) | Author |
2014-11-16 | sched/numa: Init numa balancing fields of init_task | Kirill Tkhai |
2014-11-16 | sched: Update comments about CLONE_NEWUTS and CLONE_NEWIPC | Chen Hanxiao |
2014-11-16 | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar |
2014-11-16 | sched/cputime: Fix cpu_timer_sample_group() double accounting | Peter Zijlstra |
2014-11-04 | sched: Refactor task_struct to use numa_faults instead of numa_* pointers | Iulia Manda |
2014-11-04 | sched/wait: Remove wait_event_freezekillable() | Peter Zijlstra (Intel) |
2014-11-04 | sched/wait: Reimplement wait_event_freezable() | Peter Zijlstra |
2014-11-03 | Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin... | Linus Torvalds |
2014-11-02 | Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2014-11-02 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds |
2014-11-02 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2014-11-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-10-31 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-10-31 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-10-31 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2014-10-31 | netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions | Pablo Neira Ayuso |
2014-10-31 | netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions | Pablo Neira Ayuso |
2014-10-31 | Return short read or 0 at end of a raw device, not EIO | David Jeffery |
2014-10-30 | drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets | Ben Hutchings |
2014-10-30 | net: skb_fclone_busy() needs to detect orphaned skb | Eric Dumazet |
2014-10-30 | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar |
2014-10-29 | Merge branch 'akpm' (incoming from Andrew Morton) | Linus Torvalds |
2014-10-29 | mm: memcontrol: fix missed end-writeback page accounting | Johannes Weiner |
2014-10-29 | mm: page-writeback: inline account_page_dirtied() into single caller | Johannes Weiner |
2014-10-29 | mm, thp: fix collapsing of hugepages on madvise | David Rientjes |
2014-10-29 | drivers: of: add return value to of_reserved_mem_device_init() | Marek Szyprowski |
2014-10-29 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-10-28 | block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not defined | Martin K. Petersen |
2014-10-28 | overlayfs: fix lockdep misannotation | Miklos Szeredi |
2014-10-28 | rcu: Provide counterpart to rcu_dereference() for non-RCU situations | Paul E. McKenney |
2014-10-28 | usbnet: add a callback for set_rx_mode | Olivier Blin |
2014-10-28 | skbuff.h: fix kernel-doc warning for headers_end | Randy Dunlap |
2014-10-28 | rcu: Make rcu_barrier() understand about missing rcuo kthreads | Paul E. McKenney |
2014-10-28 | drm/radeon: remove invalid pci id | Alex Deucher |
2014-10-28 | compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompiles | Steven Noonan |
2014-10-28 | sched: Exclude cond_resched() from nested sleep test | Peter Zijlstra |
2014-10-28 | sched: Debug nested sleeps | Peter Zijlstra |
2014-10-28 | sched, net: Clean up sk_wait_event() vs. might_sleep() | Peter Zijlstra |
2014-10-28 | sched, exit: Deal with nested sleeps | Peter Zijlstra |
2014-10-28 | sched/wait: Add might_sleep() checks | Peter Zijlstra |
2014-10-28 | sched/wait: Provide infrastructure to deal with nested blocking | Peter Zijlstra |
2014-10-28 | perf: Fix typos in sample code in the perf_event.h header | Andy Lutomirski |
2014-10-28 | sched/deadline: Ensure that updates to exclusive cpusets don't break AC | Juri Lelli |
2014-10-28 | sched/deadline: Fix bandwidth check/update when migrating tasks between exclu... | Juri Lelli |
2014-10-28 | sched: Kill task_preempt_count() | Oleg Nesterov |
2014-10-28 | sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() | Oleg Nesterov |
2014-10-28 | sched: Update comments for CLONE_NEWNS | Chen Hanxiao |