aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2010-03-162-0/+4
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-128-91/+104
|\
| * perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong2010-03-111-0/+1
| * kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu2010-03-111-1/+2
| * perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras2010-03-111-1/+12
| * perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-106-76/+76
| * perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-104-11/+9
| * perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker2010-03-101-0/+5
| * lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker2010-03-101-6/+3
* | perf_events: Improve task_sched_in()eranian@google.com2010-03-111-0/+4
|/
* perf: Provide better condition for event rotationPeter Zijlstra2010-03-101-6/+15
* perf: Optimize perf_disablePeter Zijlstra2010-03-101-13/+3
* perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra2010-03-101-15/+0
* perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-03-101-13/+8
* Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-0979-3457/+5379
|\
| * sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman2010-03-071-0/+3
| * sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-071-0/+1
| * Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
| * kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
| * sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-072-3/+14
| * elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-061-0/+5
| * elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-062-0/+26
| * printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan2010-03-061-2/+1
| * kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa2010-03-061-1/+1
| * panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard2010-03-061-16/+30
| * kernel core: use helpers for rlimitsJiri Slaby2010-03-067-16/+20
| * posix-cpu-timers: cleanup rlimits usageJiri Slaby2010-03-061-15/+17
| * kernel/exit.c: fix shadows sparse warningThiago Farina2010-03-061-1/+1
| * includecheck fix for kernel/params.cJaswinder Singh Rajput2010-03-061-1/+0
| * splice: comparing unsigned int < 0Dan Carpenter2010-03-061-2/+3
| * kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong2010-03-061-1/+1
| * mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-062-0/+12
| * mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+5
| * mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-1/+2
| * mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-062-2/+2
| * bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
| * Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-052-90/+569
| |\
| | * kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-252-3/+97
| | * kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-51/+410
| | * kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-251-39/+65
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-03-051-1/+7
| |\ \
| | * | padata: Allocate the cpumask for the padata instanceSteffen Klassert2010-03-041-1/+7
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-043-82/+32
| |\ \ \
| | * \ \ Merge branch 'for-fsnotify' into for-linusAl Viro2010-03-031-5/+2
| | |\ \ \
| | | * | | Lose the first argument of audit_inode_child()Al Viro2010-02-081-5/+2
| | * | | | new helper: iterate_mounts()Al Viro2010-03-031-33/+16
| | * | | | New helper: path_is_under(path1, path2)Al Viro2010-03-031-39/+12
| | * | | | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-5/+2
| * | | | | Prioritize synchronous signals over 'normal' signalsLinus Torvalds2010-03-031-13/+30
| * | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-031-4/+5
| |\ \ \ \ \