summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-2/+4
* ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-191-0/+13
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-2/+14
* Merge branch 'linus' into perf/coreIngo Molnar2012-07-1814-22/+44
|\
| *---. Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-07-143-11/+14
| |\ \ \
| | | | * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-051-0/+8
| | * | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-07-063-11/+6
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-023-11/+6
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-07-131-1/+9
| |\ \ \ \
| | * | | | timekeeping: Provide hrtimer update functionThomas Gleixner2012-07-111-0/+1
| | * | | | hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-111-1/+8
| * | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-113-4/+7
| |\ \ \ \ \
| | * | | | | memblock: free allocated memblock_reserved_regions laterYinghai Lu2012-07-111-3/+1
| | * | | | | mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-07-111-0/+5
| | * | | | | memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-111-1/+1
| * | | | | | Merge tag 'usb-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-111-2/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-101-2/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2012-07-101-2/+2
| |\ \ \ \ \
| | * | | | | gpio: fix bits conflict for gpio flagsLaxman Dewangan2012-07-051-2/+2
| | |/ / / /
| * | | | | Merge tag 'rpmsg-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-091-0/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen2012-07-041-0/+3
| | * | | | rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen2012-07-041-0/+3
| | |/ / /
| * | | | security: Minor improvements to no_new_privs documentationAndy Lutomirski2012-07-081-0/+2
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2012-07-061-0/+1
| |\ \ \ \
| | * | | | aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi2012-07-051-0/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-061-0/+1
| |\ \ \ \
| | * | | | Input: fix input.h kernel-doc warningRandy Dunlap2012-06-111-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-051-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: Pass kvm_irqfd to functionsAlex Williamson2012-07-021-2/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-061-1/+1
|\ \ \ \ \
| * | | | | tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-281-1/+1
* | | | | | jump label: Remove static_branch()Jason Baron2012-07-061-16/+1
* | | | | | tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron2012-07-061-1/+1
* | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-07-0524-46/+113
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-032-5/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | block: Drop dead function blk_abort_queue()Asias He2012-06-151-1/+0
| | * | | splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-4/+4
| * | | | linux/irq.h: fix kernel-doc warningRandy Dunlap2012-06-301-2/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-281-5/+2
| |\ \ \ \
| | * | | | net: remove skb_orphan_try()Eric Dumazet2012-06-151-5/+2
| * | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-251-3/+3
| |\ \ \ \ \
| | * | | | | [media] Fix regression in ioctl numberingHans Verkuil2012-06-111-3/+3
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-06-241-0/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | vga_switcheroo: Add include guardOzan Çağlayan2012-06-211-0/+4
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-221-3/+3
| |\ \ \ \ \ \
| | * | | | | | ftrace: Make all inline tags also include notraceSteven Rostedt2012-06-181-3/+3
| * | | | | | | Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-211-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2012-06-181-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-201-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-131-0/+1