Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-13 | 2 | -34/+13 |
|\ | |||||
| * | perf: Provide generic perf_sample_data initialization | Peter Zijlstra | 2010-03-10 | 1 | -13/+8 |
| * | Merge commit 'v2.6.34-rc1' into perf/urgent | Ingo Molnar | 2010-03-09 | 79 | -3457/+5379 |
| |\ | |||||
| * \ | Merge branch 'perf/core' into perf/urgent | Ingo Molnar | 2010-03-04 | 18 | -517/+666 |
| |\ \ | |||||
| | * | | perf, x86: Restrict the ANY flag | Peter Zijlstra | 2010-03-02 | 1 | -15/+0 |
| | * | | percpu: Add __percpu sparse annotations to hw_breakpoint | Tejun Heo | 2010-02-27 | 1 | -5/+5 |
| | * | | Merge commit 'v2.6.33' into perf/core | Frederic Weisbecker | 2010-02-27 | 21 | -82/+216 |
| | |\ \ | |||||
| * | | | | hw-breakpoints: Remove stub unthrottle callback | Frederic Weisbecker | 2010-02-28 | 1 | -1/+0 |
* | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-03-13 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | timekeeping: Prevent oops when GENERIC_TIME=n | john stultz | 2010-03-02 | 1 | -0/+4 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-03-13 | 8 | -12/+12 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 8 | -12/+12 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments | Uwe Kleine-König | 2010-02-15 | 1 | -1/+1 |
| | * | | | | | | devres/irq: Fix devm_irq_match comment | Jean Delvare | 2010-02-11 | 1 | -1/+1 |
| | * | | | | | | Remove reference to kthread_create_on_cpu | Anton Blanchard | 2010-02-09 | 1 | -1/+1 |
| | * | | | | | | tree-wide: fix 'lenght' typo in comments and code | Daniel Mack | 2010-02-05 | 1 | -1/+1 |
| | * | | | | | | devres: typo fix s/dev/devm/ | Baruch Siach | 2010-02-05 | 1 | -1/+1 |
| | * | | | | | | Remove redundant trailing semicolons from macros | Edward Z. Yang | 2010-02-05 | 1 | -3/+3 |
| | * | | | | | | fix comment typo boo -> boot in ksysfs.c | Thadeu Lima de Souza Cascardo | 2010-02-05 | 1 | -1/+1 |
| | * | | | | | | Fix misspelling of "should" and "shouldn't" in comments. | Adam Buchbinder | 2010-02-05 | 1 | -1/+1 |
| | * | | | | | | Fix misspellings of "invocation" in comments. | Adam Buchbinder | 2010-02-04 | 1 | -1/+1 |
| | * | | | | | | Fix misspellings of "truly" in comments. | Adam Buchbinder | 2010-02-04 | 1 | -2/+2 |
* | | | | | | | | sysctl extern cleanup: lockdep | Dave Young | 2010-03-13 | 1 | -3/+3 |
* | | | | | | | | sysctl extern cleanup: rtmutex | Dave Young | 2010-03-13 | 1 | -4/+3 |
* | | | | | | | | sysctl extern cleanup: acct | Dave Young | 2010-03-13 | 1 | -4/+3 |
* | | | | | | | | sysctl extern cleanup: sg | Dave Young | 2010-03-13 | 1 | -4/+3 |
* | | | | | | | | sysctl extern cleanup: module | Dave Young | 2010-03-13 | 1 | -4/+0 |
* | | | | | | | | sysctl extern cleanup: rcu | Dave Young | 2010-03-13 | 1 | -3/+0 |
* | | | | | | | | sysctl extern cleanup: signal | Dave Young | 2010-03-13 | 1 | -1/+1 |
* | | | | | | | | sysctl extern cleanup: C_A_D | Dave Young | 2010-03-13 | 1 | -1/+0 |
* | | | | | | | | nsproxy: remove INIT_NSPROXY() | Alexey Dobriyan | 2010-03-13 | 1 | -1/+12 |
* | | | | | | | | pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig() | Oleg Nesterov | 2010-03-13 | 1 | -4/+3 |
* | | | | | | | | copy_signal() cleanup: clean thread_group_cputime_init() | Veaceslav Falico | 2010-03-13 | 1 | -11/+0 |
* | | | | | | | | copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() | Veaceslav Falico | 2010-03-13 | 1 | -10/+0 |
* | | | | | | | | copy_signal() cleanup: use zalloc and remove initializations | Veaceslav Falico | 2010-03-13 | 1 | -26/+1 |
* | | | | | | | | cgroups: remove events before destroying subsystem state objects | Kirill A. Shutemov | 2010-03-13 | 1 | -0/+8 |
* | | | | | | | | cgroups: fix race between userspace and kernelspace | Kirill A. Shutemov | 2010-03-13 | 1 | -15/+17 |
* | | | | | | | | cgroup: implement eventfd-based generic API for notifications | Kirill A. Shutemov | 2010-03-13 | 1 | -1/+227 |
* | | | | | | | | cgroups: clean up cgroup_pidlist_find() a bit | Li Zefan | 2010-03-13 | 1 | -5/+3 |
* | | | | | | | | cgroups: blkio subsystem as module | Ben Blum | 2010-03-13 | 1 | -0/+9 |
* | | | | | | | | cgroups: subsystem module unloading | Ben Blum | 2010-03-13 | 1 | -25/+142 |
* | | | | | | | | cgroups: subsystem module loading interface | Ben Blum | 2010-03-13 | 1 | -5/+145 |
* | | | | | | | | cgroups: revamp subsys array | Ben Blum | 2010-03-13 | 1 | -16/+80 |
* | | | | | | | | cgroup: introduce coalesce css_get() and css_put() | Daisuke Nishimura | 2010-03-13 | 1 | -2/+3 |
* | | | | | | | | cgroup: introduce cancel_attach() | Daisuke Nishimura | 2010-03-13 | 1 | -7/+33 |
* | | | | | | | | Add generic sys_olduname() | Christoph Hellwig | 2010-03-13 | 1 | -0/+54 |
* | | | | | | | | improve sys_newuname() for compat architectures | Christoph Hellwig | 2010-03-13 | 1 | -0/+13 |
* | | | | | | | | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-13 | 1 | -0/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes | Eric W. Biederman | 2010-03-08 | 1 | -0/+3 |
* | | | | | | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes | Eric W. Biederman | 2010-03-08 | 1 | -0/+1 |