- b17718d sched/stop_machine: Fix deadlock between multiple stop_two_cpus() by Peter Zijlstra · 10 years ago
- 9a92e3d preempt: Reorganize the notrace definitions a bit by Frederic Weisbecker · 10 years ago
- 4eaca0a preempt: Use preempt_schedule_context() as the official tracing preemption point by Frederic Weisbecker · 10 years ago
- f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 10 years ago
- c46a024 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 8a7b19d include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h by Mikko Rapeli · 10 years ago
- 9f95041 tcp: fix child sockets to use system default congestion control if not set by Neal Cardwell · 10 years ago
- dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- 50dce30 Merge tag 'mac80211-for-davem-2015-05-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
- a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 10 years ago
- 7bfea53b target: Move passthrough CDB parsing into a common function by Andy Grover · 10 years ago
- d588cf8 target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem by Christoph Hellwig · 10 years ago
- 1be44e2 Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
- c2102f3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 6e49ba1 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 649b8de tracing/mm: don't trace mm_page_pcpu_drain on offline cpus by Shreyas B. Prabhu · 10 years ago
- 1f0c27b tracing/mm: don't trace mm_page_free on offline cpus by Shreyas B. Prabhu · 10 years ago
- e5feb1e tracing/mm: don't trace kmem_cache_free on offline cpus by Shreyas B. Prabhu · 10 years ago
- 80188b0 percpu_counter: batch size aware __percpu_counter_compare() by Dave Chinner · 10 years ago
- 3a7af58 mac80211: Fix mac80211.h docbook comments by Jonathan Corbet · 10 years ago
- f36963c cpumask_set_cpu_local_first => cpumask_local_spread, lament by Rusty Russell · 10 years ago
- 8f98bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 9302d7b sctp: Fix mangled IPv4 addresses on a IPv6 listening socket by Jason Gunthorpe · 10 years ago
- 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 10 years ago
- cc4a84c net: phy: bcm7xxx: Fix 7425 PHY ID and flags by Florian Fainelli · 10 years ago
- c5db6a3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 572152a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
- d654976 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 10 years ago
- 865d872 Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
- 6efdb11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
- 3d854120 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 10 years ago
- faecbb4 Revert "netfilter: bridge: query conntrack about skb dnat" by Florian Westphal · 10 years ago
- 77bb3df xen/events: don't bind non-percpu VIRQs with percpu chip by David Vrabel · 10 years ago
- b5d721d inet: properly align icsk_ca_priv by Eric Dumazet · 10 years ago
- 80ed87c sched/wait: Introduce TASK_NOLOAD and TASK_IDLE by Peter Zijlstra · 10 years ago
- 8222dbe sched/preempt, mm/fault: Decouple preemption from the page fault logic by David Hildenbrand · 10 years ago
- d9b9ff8 sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic() explicitly by David Hildenbrand · 10 years ago
- f3dae07 sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() explicitly by David Hildenbrand · 10 years ago
- 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
- 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 10 years ago
- 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 10 years ago
- 8bcbde5 sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled by David Hildenbrand · 10 years ago
- 3e51f3c sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() by Frederic Weisbecker · 10 years ago
- e017cf2 sched/preempt: Fix out of date comment by Frederic Weisbecker · 10 years ago
- b30f0e3 sched/preempt: Optimize preemption operations on __schedule() callers by Frederic Weisbecker · 10 years ago
- 90b62b5 sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET by Frederic Weisbecker · 10 years ago
- 2e10e71 sched/preempt: Rearrange a few symbols after headers merge by Frederic Weisbecker · 10 years ago
- 92cf211 sched/preempt: Merge preempt_mask.h into preempt.h by Frederic Weisbecker · 10 years ago
- a22ae71 Merge tag 'v4.1-rc4' into sched/core, before applying new patches by Ingo Molnar · 10 years ago
- dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
- 07ee072 rhashtable: Add cap on number of elements in hash table by Herbert Xu · 10 years ago
- 1d60570 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
- 14db1e8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- b3cad28 conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transition by Jesper Dangaard Brouer · 10 years ago
- c4d0bcc Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
- e52f649 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
- eea3994 rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD by Roopa Prabhu · 10 years ago
- 929aa5b uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER by Josh Triplett · 10 years ago
- 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 10 years ago
- 8c8a457 sched: Remove redundant #ifdef by Nikolay Borisov · 10 years ago
- f7bcb70 ktime: Fix ktime_divns to do signed division by John Stultz · 10 years ago
- 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 01d460d net: Remove remaining remnants of pm_qos from netdevice.h by David Ahern · 10 years ago
- 336b7e1 block: remove export for blk_queue_bio by Mike Snitzer · 10 years ago
- fcf3b54 drm/radeon: add new bonaire pci id by Alex Deucher · 10 years ago
- 2d94e52 HID: hid-sensor-hub: Fix debug lock warning by Srinivas Pandruvada · 10 years ago
- b3e5838a Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
- 1a48632 pty: Fix input race when closing by Peter Hurley · 10 years ago
- 920ce39 sched, timer: Fix documentation for 'struct thread_group_cputimer' by Jason Low · 10 years ago
- 78f5b89 mpls: Change reserved label names to be consistent with netbsd by Tom Herbert · 10 years ago
- 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 26b293e Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
- 0cd3be6 clk: si5351: Do not pass struct clk in platform_data by Sebastian Hesselbarth · 10 years ago
- 7675104 sched: Implement lockless wake-queues by Peter Zijlstra · 10 years ago
- 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 10 years ago
- 971e8a98 sched, timer: Provide an atomic 'struct task_cputime' data structure by Jason Low · 10 years ago
- 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 10 years ago
- 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
- e7cc417 signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() by Palmer Dabbelt · 10 years ago
- 7e60598 sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void * by Palmer Dabbelt · 10 years ago
- b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 10 years ago
- 3289bdb sched: Move the loadavg code to a more obvious location by Peter Zijlstra · 10 years ago
- 0782e63 sched: Handle priority boosted tasks proper in setscheduler() by Thomas Gleixner · 10 years ago
- 8cb7c15 Merge tag 'for-linus' of git://github.com/dledford/linux by Linus Torvalds · 10 years ago
- ac01ce1 tracing: Make ftrace_print_array_seq compute buf_len by Alex Bennée · 10 years ago
- 0e1dc42 Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
- d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- d8fd150 nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() by Ryusuke Konishi · 10 years ago
- 05836c3 util_macros.h: have array pointer point to array of constants by Guenter Roeck · 10 years ago
- c967a08 mpls: Move reserved label definitions by Tom Herbert · 10 years ago
- 0d0f738 IB/core: Fix unaligned accesses by David Ahern · 10 years ago
- 471e705 IB/core: change rdma_gid2ip into void function as it always return zero by Honggang LI · 10 years ago
- d9cee5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- 6eec177 RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clients by Tatyana Nikolova · 10 years ago
- b7ba7b4 Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
- 73e8431 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
- b2387dd blk-mq: fix FUA request hang by Shaohua Li · 10 years ago