summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2014-11-11tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()Oleg Nesterov
2014-11-11tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_sw...Oleg Nesterov
2014-11-11ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)
2014-11-11ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)
2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson
2014-11-11kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson
2014-11-11kdb: Add enable mask for groups of commandsAnton Vorontsov
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov
2014-11-11kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov
2014-11-11kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov
2014-11-11params: cleanup sysfs allocationRusty Russell
2014-11-11kernel:module Fix coding style errors and warnings.Ionut Alexa
2014-11-11module: Remove stop_machine from module unloadingMasami Hiramatsu
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu
2014-11-11lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu
2014-11-11module: Unlink module with RCU synchronizing instead of stop_machineMasami Hiramatsu
2014-11-11module: Wait for RCU synchronizing before releasing a moduleMasami Hiramatsu
2014-11-10tracing: Do not risk busy looping in buffer spliceRabin Vincent
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee
2014-11-08PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setDmitry Eremin-Solenikov
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda
2014-11-04sched/deadline: Don't check CONFIG_SMP in switched_from_dl()Wanpeng Li
2014-11-04sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li
2014-11-04sched/deadline: Push task away if the deadline is equal to curr during wakeupWanpeng Li
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li
2014-11-04sched/deadline: Fix artificial overrun introduced by yield_task_dl()Wanpeng Li
2014-11-04sched/rt: Clean up check_preempt_equal_prio()Wanpeng Li
2014-11-04sched/core: Use dl_bw_of() under rcu_read_lock_sched()Juri Lelli
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loade...Yao Dongdong
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai
2014-11-04sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING testPeter Zijlstra
2014-11-04audit, sched/wait: Fixup kauditd_thread() wait loopPeter Zijlstra
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai
2014-11-03rcutorture: Fix rcu_torture_cbflood() memory leakPaul E. McKenney
2014-11-03rcutorture: Add early boot self testsPranith Kumar
2014-11-03cpu: Avoid puts_pending overflowPaul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_cleanup_after_idle()Paul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_prepare_for_idle()Paul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney