summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar
2015-01-30PM / sleep: export suspend_resume trace eventTodd E Brandt
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2015-01-28trace: Use 64-bit timekeepingTina Ruchandani
2015-01-28tracing: Add array printing helperDave Martin
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov
2015-01-26Merge branch 'linus' into irq/coreThomas Gleixner
2015-01-25new fs_pin killing logicsAl Viro
2015-01-25get rid of the second argument of acct_kill()Al Viro
2015-01-25take count and rcu_head out of fs_pinAl Viro
2015-01-25pull bumping refcount into ->kill()Al Viro
2015-01-25kill pin_put()Al Viro
2015-01-25file->f_path.dentry is pinned down for as long as the file is open...Al Viro
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang
2015-01-23time: Expose getboottime64 for in-kernel usesJohn Stultz
2015-01-23ktime: Optimize ktime_divns for constant divisorsNicolas Pitre
2015-01-23PM / hibernate: Remove unused functionRickard Strandqvist
2015-01-23PM / QoS: Add debugfs support to view the list of constraintsNishanth Menon
2015-01-23X.509: shut up about included cert for silent buildArnd Bergmann
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner
2015-01-23genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg
2015-01-23smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore
2015-01-23audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2015-01-22cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner
2015-01-22module: make module_refcount() a signed integer.Rusty Russell