summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov
2012-09-29uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov
2012-09-29uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov
2012-09-29uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-28ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu
2012-09-28module: wait when loading a module which is currently initializing.Rusty Russell
2012-09-28module: fix symbol waiting when module fails before initRusty Russell
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-09-28module: taint kernel when lve module is loadedMatthew Garrett
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch prctl_set_mm_exe_file() to fget_light()Al Viro
2012-09-26new helper: daemonize_descriptors()Al Viro
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro
2012-09-26kdb: Implement disable_nmi commandAnton Vorontsov
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov
2012-09-26rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney
2012-09-26rcu: Userspace RCU extended QS selftestFrederic Weisbecker
2012-09-26rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker
2012-09-26rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker
2012-09-26rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker
2012-09-26rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker
2012-09-26rcu: Make RCU_FAST_NO_HZ handle adaptive ticksPaul E. McKenney
2012-09-26rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker
2012-09-26rcu: New rcu_user_enter() and rcu_user_exit() APIsFrederic Weisbecker
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker
2012-09-24Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-24trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia
2012-09-24tracing: Add an option for disabling markersMandeep Singh Baines
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz
2012-09-24alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor
2012-09-23sched: Fix load avg vs cpu-hotplugPeter Zijlstra
2012-09-23rcu: Disallow callback registry on offline CPUsPaul E. McKenney
2012-09-23rcu: Remove _rcu_barrier() dependency on __stop_machine()Paul E. McKenney
2012-09-23rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning messagePaul E. McKenney