summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds
2016-06-23irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter
2016-06-21cgroup: Use lld instead of ld when printing pids controller events_limitKenny Yu
2016-06-21cgroup: Add pids controller event when fork fails because of pid limitKenny Yu
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2016-06-20timer: Avoid using timespecArnd Bergmann
2016-06-20time: Avoid timespec in udelay_testArnd Bergmann
2016-06-20time: Add time64_to_tm()Deepa Dinamani
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang
2016-06-20Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-06-20tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas
2016-06-20tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-06-20tracing: Make the pid filtering helper functions globalSteven Rostedt
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-06-20sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra
2016-06-18genirq: Add untracked irq handlerKeith Busch
2016-06-17blktrace: avoid using timespecArnd Bergmann
2016-06-17cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner
2016-06-17cgroup: fix idr leak for the first cgroup rootJohannes Weiner
2016-06-16cgroup: set css->id to -1 during initTejun Heo
2016-06-16audit: fix some horrible switch statement style crimesPaul Moore
2016-06-16workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra
2016-06-16locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()Peter Zijlstra
2016-06-16locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()Peter Zijlstra
2016-06-16locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2016-06-15bpf, maps: add release callbackDaniel Borkmann
2016-06-15bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira
2016-06-15rcu: Fix a typo in a commentPaul E. McKenney
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney
2016-06-15kernel/kcov: unproxify debugfs file's fopsNicolai Stange
2016-06-15PM / sleep: Make pm_prepare_console() return voidBorislav Petkov