aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann2-70/+104
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann3-13/+21
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann3-69/+4
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann3-42/+39
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann2-12/+10
2019-11-15y2038: timerfd: Use timespec64 internallyArnd Bergmann1-7/+7
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann6-22/+22
2019-11-15y2038: make ns_to_compat_timeval use __kernel_old_timevalArnd Bergmann1-2/+2
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann4-16/+23
2019-11-15y2038: socket: remove timespec reference in timestampingArnd Bergmann2-2/+11
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann7-19/+20
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann3-5/+5
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann12-27/+27
2019-11-15y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann3-21/+21
2019-11-15y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann18-56/+55
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann5-21/+18
2019-11-15y2038: vdso: nds32: open-code timespec_add_ns()Arnd Bergmann1-18/+15
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann4-8/+8
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann4-26/+26
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann5-16/+16
2019-11-15y2038: add __kernel_old_timespec and __kernel_old_time_tArnd Bergmann2-0/+6
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann6-14/+6
2019-11-03Linux 5.4-rc6Linus Torvalds1-1/+1
2019-11-03Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds27-97/+267
2019-11-02Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2019-11-02Merge tag 'hwmon-for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds2-4/+13
2019-11-02Merge tag 'pwm/for-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-8/+1
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-13/+23
2019-11-02Merge tag 'powerpc-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-18/+57
2019-11-02Merge tag 's390-5.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-18/+42
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds213-1289/+2133
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-9/+30
2019-11-01Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+22
2019-11-01Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-18/+75
2019-11-01Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2019-11-01Merge branch 'fix-BPF-offload-related-bugs'David S. Miller3-3/+13
2019-11-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-11-01selftests: bpf: Skip write only files in debugfsJakub Kicinski1-0/+5
2019-11-01selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang1-1/+2
2019-11-01r8169: fix wrong PHY ID issue with RTL8168dpHeiner Kallweit1-0/+4
2019-11-01net: dsa: bcm_sf2: Fix IMP setup for port different than 8Florian Fainelli1-15/+21
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli1-0/+16
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu2-2/+24
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet5-6/+6
2019-11-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller18-71/+67
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv1-1/+0
2019-11-01Documentation: networking: device drivers: Remove stray asterisksJonathan Neuschäfer12-56/+56
2019-11-01e1000: fix memory leaksWenwen Wang1-4/+3
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher1-5/+0