aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-07-29jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker1-3/+7
2015-07-29module: weaken locking assertion for oops path.Rusty Russell1-2/+6
2015-07-27perf: Fix running time accountingPeter Zijlstra1-2/+2
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell1-1/+5
2015-07-27genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris1-0/+6
2015-07-27genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson1-0/+2
2015-07-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2015-07-25Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+34
2015-07-24ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)1-18/+34
2015-07-23perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter1-0/+103
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-24/+32
2015-07-22rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney1-2/+0
2015-07-22rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney1-1/+1
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney9-48/+47
2015-07-22rcu: Make rcu_is_watching() really notraceAlexei Starovoitov1-2/+2
2015-07-22cpu: Wait for RCU grace periods concurrentlyPaul E. McKenney1-5/+5
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney1-10/+27
2015-07-22rcu: Fix obsolete priority-boosting commentPaul E. McKenney1-2/+1
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2-0/+54
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu1-0/+17
2015-07-22mm: Fix bugs in region_is_ram()Toshi Kani1-3/+3
2015-07-21locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long1-1/+10
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach1-9/+5
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-0/+1
2015-07-20tracing: Introduce two additional marks for delayJungseok Lee1-1/+3
2015-07-20ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)1-2/+2
2015-07-20ftrace: add tracing_thresh to function profileUmesh Tiwari1-2/+7
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)1-45/+23
2015-07-20ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)1-411/+403
2015-07-20ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)1-0/+15
2015-07-20ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)1-47/+114
2015-07-20ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)1-16/+25
2015-07-20ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)1-39/+52
2015-07-20ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari1-1/+1
2015-07-20tracing: Fix for non-continuous cpu idsGil Fruchter1-1/+1
2015-07-20tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter1-1/+1
2015-07-20futex: Make should_fail_futex() statickbuild test robot1-1/+1
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso4-444/+1
2015-07-20futex: Fault/error injection capabilitiesDavidlohr Bueso1-2/+87
2015-07-20futex: Enhance comments in futex_lock_pi() for blocking pathsDavidlohr Bueso1-2/+9
2015-07-20Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris2-5/+25
2015-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2015-07-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+1
2015-07-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2015-07-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+13
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar1-6/+5
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-1/+7
2015-07-17rcu: Add fastpath bypassing funnel lockingPaul E. McKenney3-3/+19
2015-07-17rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2-2/+2
2015-07-17rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney1-5/+21