summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-03-07Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-03-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-03-03futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens
2014-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-02-28audit: Send replies in the proper network namespace.Eric W. Biederman
2014-02-28audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman
2014-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-02-27cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan
2014-02-27cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan
2014-02-27genirq: Include missing header file in irqdomain.cRashika Kheria
2014-02-27perf: Optimize group_sched_in()Peter Zijlstra
2014-02-27perf: Remove redundant PMU assignmentMark Rutland
2014-02-27perf: Fix prototype of find_pmu_context()Mark Rutland
2014-02-27Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-02-27trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang
2014-02-27sched: Guarantee task priority in pick_next_task()Peter Zijlstra
2014-02-27sched/idle: Remove stale old filePeter Zijlstra
2014-02-27sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-02-27perf: Fix hotplug splatPeter Zijlstra
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai
2014-02-27sched: Fix double normalization of vruntimeGeorge McCollister
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-02-26Merge branch 'torture.2014.02.23a' into HEADPaul E. McKenney
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney
2014-02-26rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker
2014-02-26notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K
2014-02-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney
2014-02-23rcutorture: Gracefully handle NULL cleanup hooksPaul E. McKenney
2014-02-23rcutorture: Add an rcu_busted to test the testPaul E. McKenney
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney
2014-02-23rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney
2014-02-23rcutorture: Abstract torture_stop_kthread()Paul E. McKenney
2014-02-23rcutorture: Abstract torture_create_kthread()Paul E. McKenney
2014-02-23rcutorture: Fix missing-return bug in rcu_torture_barrier_init()Paul E. McKenney
2014-02-23rcutorture: Fix rcutorture shutdown racesPaul E. McKenney
2014-02-23rcutorture: Announce task creationPaul E. McKenney
2014-02-23rcutorture: Clean up rcu_torture_init() error checkingPaul E. McKenney
2014-02-23rcutorture: Abstract torture_shutdown()Paul E. McKenney