summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-08-03netfilter: nf_osf: move nf_osf_fingers to non-uapi header fileFernando Fernandez Mancera1-0/+2
2018-08-03mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei1-0/+77
2018-08-03mailbox/omap: switch to SPDX license identifierSuman Anna1-4/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu55-122/+345
2018-08-03spi: spi-mem: Constify spi_mem->nameBoris Brezillon1-1/+1
2018-08-03RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-3/+0
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-0/+2
2018-08-03bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin1-0/+1
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin1-6/+13
2018-08-03bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin1-0/+1
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin1-0/+15
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin3-0/+42
2018-08-03bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin1-0/+2
2018-08-03random: Make crng state queryableJason A. Donenfeld1-0/+1
2018-08-03block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook1-1/+2
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+14
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-3/+4
2018-08-02libceph: add authorizer challengeIlya Dryomov3-1/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-2/+1
2018-08-02libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov1-12/+0
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-3/+3
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2-2/+20
2018-08-02libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov1-1/+1
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov1-2/+2
2018-08-02Merge branch 'rppt' into docs-nextJonathan Corbet2-23/+70
2018-08-02docs/mm: memblock: add kernel-doc description for memblock typesMike Rapoport1-4/+33
2018-08-02docs/mm: memblock: update kernel-doc commentsMike Rapoport1-5/+12
2018-08-02mm/memblock: add a name for memblock flags enumerationMike Rapoport1-11/+11
2018-08-02docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'Mike Rapoport1-3/+14
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-1/+42
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni1-7/+2
2018-08-02spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf1-0/+12
2018-08-02spi: spi-mem: Fix a typo in the documentation of struct spi_memFrieder Schrempf1-1/+1
2018-08-02goldfish: Use dedicated macros instead of manual bit shiftingRoman Kiryanov1-4/+7
2018-08-02goldfish: Add missing includes to goldfish.hRoman Kiryanov1-0/+3
2018-08-02Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui1-0/+2
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt1-1/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar8-7/+56
2018-08-02kill d_instantiate_no_diralias()Al Viro1-1/+0
2018-08-02ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-02ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-02Merge branch 'ib/4.17-bitmap' into nextDmitry Torokhov1-0/+8
2018-08-02bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko1-0/+8
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-0/+3
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-2/+2
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+3
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+3
2018-08-01tcp: add data bytes sent statsWei Wang1-0/+3
2018-08-01spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi1-0/+1