summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+29
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+21
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar4-10/+29
2016-03-15Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-16/+122
2016-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-10/+202
2016-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2016-03-15Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+18
2016-03-15Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+17
2016-03-15Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+3
2016-03-15Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+33
2016-03-13block: don't optimize for non-cloned bio in bio_get_last_bvec()Ming Lei1-5/+0
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar15-35/+110
2016-03-10Merge tag 'trace-fixes-v4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+9
2016-03-10dma-mapping: avoid oops when parameter cpu_addr is nullZhen Lei1-1/+1
2016-03-10kasan: add functions to clear stack poisonMark Rutland1-1/+5
2016-03-10list: kill list_force_poison()Dan Williams1-11/+0
2016-03-09tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)1-8/+9
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-8/+17
2016-03-08Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar5-16/+122
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni1-5/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+28
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar26-1534/+1600
2016-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+1
2016-03-05Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2016-03-05Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+60
2016-03-05Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+1
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)1-0/+2
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar46-1602/+1708
2016-03-04block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig1-1/+1
2016-03-04writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo1-0/+5
2016-03-04block: get the 1st and last bvec via helpersMing Lei1-4/+9
2016-03-04block: check virt boundary in bio_will_gap()Ming Lei1-5/+11
2016-03-04block: bio: introduce helpers to get the 1st and last bvecMing Lei1-0/+37
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-0/+24
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez1-0/+1
2016-03-02net/mlx5e: Fix ethtool RX hash func configuration changeTariq Toukan1-1/+3
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2-5/+0
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker1-3/+0
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2-8/+0
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker1-0/+1
2016-03-02nohz: New tick dependency maskFrederic Weisbecker2-0/+100
2016-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-3/+1
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar21-1522/+1545
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2-2/+12
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra1-0/+2
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar37-1573/+1622
2016-02-29perf: Allow storage of PMU private data in eventThomas Gleixner1-0/+1
2016-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4