aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-1/+227
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan1-5/+3
2010-03-12cgroups: blkio subsystem as moduleBen Blum1-0/+9
2010-03-12cgroups: subsystem module unloadingBen Blum1-25/+142
2010-03-12cgroups: subsystem module loading interfaceBen Blum1-5/+145
2010-03-12cgroups: revamp subsys arrayBen Blum1-16/+80
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura1-2/+3
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-7/+33
2010-03-12Add generic sys_olduname()Christoph Hellwig1-0/+54
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-0/+13
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-0/+1
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka1-3/+7
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton1-0/+1
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2-13/+42
2010-03-11sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra1-1/+6
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11kprobes: Calculate the index correctly when freeing the out-of-line execution slotMasami Hiramatsu1-1/+2
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter1-2/+2
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar4-12/+48
2010-03-11rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney1-6/+15
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney1-9/+13
2010-03-11perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras1-1/+12
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner2-9/+40
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker6-76/+76
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker4-11/+9
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker1-0/+5
2010-03-10lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker1-6/+3
2010-03-10perf: Provide better condition for event rotationPeter Zijlstra1-6/+15
2010-03-10perf: Optimize perf_disablePeter Zijlstra1-13/+3
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra1-15/+0
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra1-13/+8
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar79-3457/+5379
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina8-12/+12
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman1-0/+3
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2-3/+14
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA1-0/+5
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2-0/+26
2010-03-06printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan1-2/+1
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa1-1/+1
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard1-16/+30
2010-03-06kernel core: use helpers for rlimitsJiri Slaby7-16/+20
2010-03-06posix-cpu-timers: cleanup rlimits usageJiri Slaby1-15/+17
2010-03-06kernel/exit.c: fix shadows sparse warningThiago Farina1-1/+1
2010-03-06includecheck fix for kernel/params.cJaswinder Singh Rajput1-1/+0
2010-03-06splice: comparing unsigned int < 0Dan Carpenter1-2/+3
2010-03-06kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong1-1/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2-0/+12