summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACESteven Rostedt2012-07-31
* ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu2012-07-31
* ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2012-07-31
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-31
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-19
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-19
* ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-19
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-19
* Merge branch 'linus' into perf/coreIngo Molnar2012-07-18
|\
| *---. Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-07-14
| |\ \ \
| | | | * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-05
| | * | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-07-06
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-02
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-07-13
| |\ \ \ \
| | * | | | timekeeping: Provide hrtimer update functionThomas Gleixner2012-07-11
| | * | | | hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-11
| * | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-11
| |\ \ \ \ \
| | * | | | | memblock: free allocated memblock_reserved_regions laterYinghai Lu2012-07-11
| | * | | | | mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-07-11
| | * | | | | memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-11
| * | | | | | Merge tag 'usb-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-10
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2012-07-10
| |\ \ \ \ \
| | * | | | | gpio: fix bits conflict for gpio flagsLaxman Dewangan2012-07-05
| | |/ / / /
| * | | | | Merge tag 'rpmsg-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-09
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen2012-07-04
| | * | | | rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen2012-07-04
| | |/ / /
| * | | | security: Minor improvements to no_new_privs documentationAndy Lutomirski2012-07-08
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2012-07-06
| |\ \ \ \
| | * | | | aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi2012-07-05
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-06
| |\ \ \ \
| | * | | | Input: fix input.h kernel-doc warningRandy Dunlap2012-06-11
| * | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-05
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: Pass kvm_irqfd to functionsAlex Williamson2012-07-02
| | | |/ / | | |/| |
* | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-06
|\ \ \ \ \
| * | | | | tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-28
* | | | | | jump label: Remove static_branch()Jason Baron2012-07-06
* | | | | | tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron2012-07-06
* | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-07-05
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-03
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | block: Drop dead function blk_abort_queue()Asias He2012-06-15
| | * | | splice: fix racy pipe->buffers usesEric Dumazet2012-06-13
| * | | | linux/irq.h: fix kernel-doc warningRandy Dunlap2012-06-30
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-28
| |\ \ \ \
| | * | | | net: remove skb_orphan_try()Eric Dumazet2012-06-15
| * | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-25
| |\ \ \ \ \
| | * | | | | [media] Fix regression in ioctl numberingHans Verkuil2012-06-11
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-06-24
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | vga_switcheroo: Add include guardOzan Çağlayan2012-06-21
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-22
| |\ \ \ \ \ \