aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-76/+86
2013-03-07clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2-75/+81
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker1-1/+5
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)1-2/+0
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)1-1/+24
2013-03-07tick: Dynamically set broadcast irq affinityDaniel Lezcano1-8/+31
2013-03-07tick: Pass broadcast device to tick_broadcast_set_event()Daniel Lezcano1-6/+5
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner3-44/+46
2013-03-06perf: Remove include of cgroup.h from perf_event.hLi Zefan1-0/+15
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan2-5/+4
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2-5/+17
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan1-3/+3
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan1-0/+55
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan1-0/+7
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan1-0/+56
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan1-1/+25
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+9
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+3
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan1-14/+14
2013-03-04cgroup: no need to check css refs for release notificationLi Zefan1-59/+8
2013-03-04cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan1-23/+9
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan1-30/+76
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan2-1/+3
2013-03-04workqueue: change argument of worker_maybe_bind_and_lock() to @poolLai Jiangshan1-9/+9
2013-03-04workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()Lai Jiangshan1-4/+3
2013-03-03merge compat sys_ipc instancesAl Viro1-1/+1
2013-03-03consolidate compat lookup_dcookie()Al Viro1-0/+1
2013-03-03switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2-19/+14
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro3-53/+12
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds6-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin1-2/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds1-0/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+77
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker1-6/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds25-779/+120