summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-6/+1
|\
| * consolidate simple ->d_delete() instancesAl Viro2013-11-151-6/+1
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-202-1/+3
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-192-1/+3
| |\ \
| | * | PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()Rafael J. Wysocki2013-11-142-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-25/+13
|\ \ \ \
| * | | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
| * | | | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
| * | | | taskstats: use genl_register_family_with_ops()Johannes Berg2013-11-141-25/+14
* | | | | kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov2013-11-191-1/+1
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-192-3/+16
|\ \ \ \ \
| * | | | | genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner2013-11-132-3/+16
* | | | | | Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-1616-212/+521
|\ \ \ \ \ \
| * | | | | | tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)2013-11-111-2/+2
| * | | | | | tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)2013-11-062-11/+13
| * | | | | | tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)2013-11-061-15/+0
| * | | | | | tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem2013-11-061-1/+8
| * | | | | | tracing: Add helper function tracing_is_disabled()Geyslan G. Bem2013-11-062-0/+6
| * | | | | | tracing: Open tracer when ftrace_dump_on_oops is usedCody P Schafer2013-11-061-0/+11
| * | | | | | tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2013-11-052-12/+34
| * | | | | | tracing: Make register/unregister_ftrace_command __initTom Zanussi2013-11-052-4/+12
| * | | | | | tracing: Update event filters for multibufferTom Zanussi2013-11-0512-91/+239
| * | | | | | ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)2013-11-051-0/+9
| * | | | | | rcu: Do not trace rcu_is_watching() functionsSteven Rostedt2013-11-052-3/+3
| * | | | | | Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...Steven Rostedt (Red Hat)2013-11-056-24/+41
| |\ \ \ \ \ \
| * | | | | | | trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer2013-11-051-36/+5
| * | | | | | | ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-183-3/+108
| * | | | | | | ftrace: Narrow down the protected area of graph_lockNamhyung Kim2013-10-181-13/+9
| * | | | | | | ftrace: Introduce struct ftrace_graph_dataNamhyung Kim2013-10-181-19/+62
| * | | | | | | ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2013-10-182-7/+2
| * | | | | | | tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-10-181-1/+4
| * | | | | | | tracing: Show more exact help information about snapshotWang YanQing2013-10-091-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-153-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | timekeeping: Fix some trivial typos in commentsXie XiuQi2013-10-181-1/+2
| * | | | | | | irq: Fix some trivial typos in commentsXie XiuQi2013-10-182-2/+2
| * | | | | | | kexec: Typo s/the/then/Geert Uytterhoeven2013-10-141-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | hung_task: add method to reset detectorMarcelo Tosatti2013-11-061-0/+11
* | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-151-40/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel: add support for init_array constructorsFrantisek Hrbata2013-10-171-2/+18
| * | | | | | | | | module: remove rmmod --wait option.Rusty Russell2013-09-231-38/+8
* | | | | | | | | | kernel: fix generic_exec_single indentationChristoph Hellwig2013-11-151-2/+1
* | | | | | | | | | kernel: provide a __smp_call_function_single stub for !CONFIG_SMPChristoph Hellwig2013-11-151-0/+11
* | | | | | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-152-3/+1
* | | | | | | | | | revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-151-131/+0
* | | | | | | | | | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-151-0/+2
* | | | | | | | | | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-151-2/+2
* | | | | | | | | | mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+1
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-143-4/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched/fair: Avoid integer overflowMichal Nazarewicz2013-11-131-1/+1