summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-06-18cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()Tejun Heo
2015-06-18locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz
2015-06-18clockevents: Check state instead of mode in suspend/resume pathViresh Kumar
2015-06-18Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt
2015-06-16kconfig: add xenconfig defconfig helperLuis R. Rodriguez
2015-06-16genirq: Prevent crash in irq_move_irq()Jiang Liu
2015-06-16genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu
2015-06-15bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-15ring_buffer: Allow to exit the ring buffer benchmark immediatelyPetr Mladek
2015-06-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu
2015-06-12genirq: Prevent crash in irq_move_irq()Jiang Liu
2015-06-12genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu
2015-06-12ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz
2015-06-12ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz
2015-06-12time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz
2015-06-11Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-11audit: Fix check of return value of strnlen_user()Jan Kara
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman
2015-06-10ring-buffer-benchmark: Fix the wrong typeWang Long
2015-06-10ring-buffer-benchmark: Fix the wrong param in module_paramWang Long
2015-06-10clocksource: Use current logging styleJoe Perches
2015-06-10time: Refactor usecs_to_jiffiesNicholas Mc Guire
2015-06-10cgroup: fix uninitialised iterator in for_each_subsys_whichAleksa Sarai
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-08Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman
2015-06-08cgroup: replace explicit ss_mask checking with for_each_subsys_whichAleksa Sarai
2015-06-08cgroup: use bitmask to filter for_each_subsysAleksa Sarai
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker
2015-06-07sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-05Merge branch 'linus' into irq/coreThomas Gleixner
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller