summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner1-0/+11
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner3-21/+120
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner1-32/+1
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner1-8/+41
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner1-26/+26
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner8-38/+1
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner2-362/+469
2016-07-07timers: Reduce the CPU index space to 256kThomas Gleixner1-5/+5
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner1-59/+59
2016-07-07hlist: Add hlist_is_singular_node() helperThomas Gleixner1-0/+10
2016-07-07signals: Use hrtimer for sigtimedwait()Thomas Gleixner1-14/+10
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2-37/+5
2016-07-07timers, net/ipv4/inet: Initialize connection request timers as pinnedThomas Gleixner2-5/+7
2016-07-07timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinnedThomas Gleixner1-2/+2
2016-07-07timers, drivers/tty/metag_da: Initialize the poll timer as pinnedThomas Gleixner1-2/+2
2016-07-07timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedThomas Gleixner1-2/+2
2016-07-07timers, cpufreq/powernv: Initialize the gpstate timer as pinnedThomas Gleixner1-3/+2
2016-07-07timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner1-2/+2
2016-07-07timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner1-2/+2
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner2-8/+27
2016-07-03Linux 4.7-rc6v4.7-rc6Linus Torvalds1-1/+1
2016-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-2/+37
2016-07-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+33
2016-07-03ovl: warn instead of error if d_type is not supportedVivek Goyal1-5/+7
2016-07-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-4/+6
2016-07-02Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-19/+65
2016-07-02Merge tag 'drm-fixes-for-v4.7-rc6' of git://people.freedesktop.org/~airlied/l...Linus Torvalds12-78/+160
2016-07-02Merge tag 'spi-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-6/+38
2016-07-02Merge tag 'regulator-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+7
2016-07-02Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-17/+11
2016-07-02Merge tag 'drm-intel-fixes-2016-06-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie5-22/+22
2016-07-02Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie7-56/+138
2016-07-02MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle1-4/+6
2016-07-01Merge tag 'acpi-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2016-07-01Merge tag 'pm-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-5/+11
2016-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-48/+78
2016-07-01Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+11
2016-07-01Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+5
2016-07-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-26/+60
2016-07-01Merge tag 'staging-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-11/+15
2016-07-01Merge tag 'tty-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+6
2016-07-01Merge tag 'usb-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-35/+22
2016-07-01Merge tag 'iommu-fixes-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+8
2016-07-01Merge remote-tracking branches 'regulator/fix/anatop' and 'regulator/fix/max7...Mark Brown2-2/+7
2016-07-01locks: use file_inode()Miklos Szeredi1-1/+1
2016-07-01usb: dwc3: st: Use explicit reset_control_get_exclusive() APILee Jones1-1/+2
2016-07-01phy: phy-stih407-usb: Use explicit reset_control_get_exclusive() APILee Jones1-1/+1
2016-07-01phy: miphy28lp: Inform the reset framework that our reset line may be sharedLee Jones1-1/+2
2016-06-30namespace: update event counter when umounting a deleted dentryAndrey Ulanov1-0/+1
2016-06-309p: use file_dentry()Miklos Szeredi1-3/+3