summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski1-0/+6
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski1-3/+10
2018-04-02kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski1-1/+1
2018-04-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-24/+62
2018-04-02Merge tag 'asoc-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai41-74/+248
2018-04-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+476
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+11
2018-04-02Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds46-509/+1241
2018-04-02Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/...Mark Brown1-48/+1
2018-04-02thermal: Add cooling device's statistics in sysfsViresh Kumar1-0/+1
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2-0/+18
2018-04-02Merge branches 'pm-cpuidle' and 'pm-tools'Rafael J. Wysocki1-0/+4
2018-04-02Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2018-04-02Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm'Rafael J. Wysocki1-0/+2
2018-04-02Merge branches 'acpi-battery', 'acpi-doc' and 'acpi-pmic'Rafael J. Wysocki2-0/+23
2018-04-02Merge branch 'acpica'Rafael J. Wysocki22-3106/+2364
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2-5/+4
2018-04-02libceph: striping framework implementationIlya Dryomov1-0/+65
2018-04-02libceph: introduce BVECS data typeIlya Dryomov2-0/+50
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2-13/+57
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov1-4/+3
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-14/+30
2018-04-01Bluetooth: Fix data type of appearenceJaganath Kanakkassery1-1/+1
2018-04-01ethtool: enable Inline TLS in HWAtul Gupta1-0/+2
2018-04-01tls: support for Inline tls recordAtul Gupta1-1/+31
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller19-10/+349
2018-04-01inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-0/+1
2018-04-01inet: frags: reorganize struct netns_fragsEric Dumazet1-4/+5
2018-04-01rhashtable: reorganize struct rhashtable layoutEric Dumazet1-4/+4
2018-04-01inet: frags: break the 2GB limit for frags storageEric Dumazet1-10/+10
2018-04-01inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-2/+0
2018-04-01inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-5/+0
2018-04-01inet: frags: remove some helpersEric Dumazet3-13/+0
2018-04-01inet: frags: use rhashtables for reassembly unitsEric Dumazet2-59/+38
2018-04-01inet: frags: add a pointer to struct netns_fragsEric Dumazet2-7/+7
2018-04-01inet: frags: change inet_frags_init_net() return valueEric Dumazet1-1/+2
2018-04-01ipv6: frag: remove unused fieldEric Dumazet1-1/+0
2018-04-01Merge tag 'mlx5-updates-2018-03-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-4/+7
2018-04-01Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-0/+85
2018-04-01tipc: avoid possible string overflowJon Maloy1-1/+1
2018-04-01tipc: tipc: rename address types in user apiJon Maloy1-24/+33
2018-03-31PCI/IOV: Add missing prototypes for powerpc pcibios interfacesMathieu Malaterre1-1/+6
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar36-44/+202
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-4/+20
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada1-3/+0
2018-03-31security: convert security hooks to use hlistSargun Dhillon1-214/+214
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov2-3/+24
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov5-1/+53