aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-08lockdep: Remove unnecessary 'hlock_next' variableHong Zhiguo1-4/+2
2013-04-08idle: Implement generic idle functionThomas Gleixner1-0/+105
2013-04-08idle: Provide a generic entry point for the idle codeThomas Gleixner3-0/+12
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-5/+0
2013-04-08sched: Fix typo inside commentViresh Kumar1-1/+1
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang1-2/+2
2013-04-08perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang1-2/+2
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang1-1/+2
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin1-1/+1
2013-04-08sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner1-0/+26
2013-04-08Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar9-96/+123
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo1-14/+6
2013-04-07cgroup: kill cgroup_[un]lock()Tejun Heo1-30/+11
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo1-6/+3
2013-04-07cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()Tejun Heo1-42/+42
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo2-45/+34
2013-04-05PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze stateZhang Rui1-2/+14
2013-04-05PM / sleep: add TEST_PLATFORM support for freeze stateZhang Rui1-3/+3
2013-04-05Merge tag 'drm-intel-next-2013-03-23' of git://people.freedesktop.org/~danvet...Dave Airlie1-0/+116
2013-04-04timekeeping: Shorten seq_count regionThomas Gleixner1-3/+2
2013-04-04timekeeping: Implement a shadow timekeeperThomas Gleixner1-12/+29
2013-04-04timekeeping: Delay update of clock->cycle_lastThomas Gleixner1-1/+3
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner1-2/+2
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz1-37/+4
2013-04-04timekeeping: Simplify tai updating from do_adjtimexJohn Stultz1-5/+4
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz1-2/+17
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz2-11/+11
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz3-16/+17
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz3-5/+8
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz3-5/+36
2013-04-04ntp: Split out timex validation from do_adjtimexJohn Stultz1-12/+27
2013-04-04workqueue: avoid false negative WARN_ON() in destroy_workqueue()Lai Jiangshan1-1/+1
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov1-10/+2
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov1-6/+8
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov1-3/+0
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov1-11/+2
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov1-4/+4
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli1-5/+29
2013-04-04uprobes: Use file_inode()Oleg Nesterov1-5/+5
2013-04-03cgroup: remove unused parameter in cgroup_task_migrate().Kevin Wilson1-2/+2
2013-04-03nohz: Print final full dynticks CPUs range on bootFrederic Weisbecker1-0/+10
2013-04-03nohz: Pack nohz Kconfig option in a menu of choicesFrederic Weisbecker1-5/+23
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker8-31/+36
2013-04-03Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner8-93/+301
2013-04-02nohz: Unhide full dynticks feature from its dependenciesFrederic Weisbecker1-5/+14
2013-04-01Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo22-180/+302
2013-04-01workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo1-23/+59
2013-04-01workqueue: implement NUMA affinity for unbound workqueuesTejun Heo1-19/+259
2013-04-01workqueue: introduce put_pwq_unlocked()Tejun Heo1-13/+23
2013-04-01workqueue: introduce numa_pwq_tbl_install()Tejun Heo1-9/+26