summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau1-3/+5
2017-04-03KEYS: Use a typedef for restrict_link function pointersMat Martineau1-9/+7
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar21-61/+63
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple1-0/+3
2017-04-03Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+4
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman6-9/+21
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman6-9/+21
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-0/+23
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells1-0/+1
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova1-2/+3
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-2/+2
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+7
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro1-1/+5
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro40-114/+189
2017-04-02hwmon: Constify str parameter of hwmon_ops->read_stringJean Delvare1-1/+1
2017-04-02nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Roland Dreier1-8/+8
2017-04-02udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni1-1/+1
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+7
2017-04-01i2c: allow attaching IRQ resources to i2c_board_infoDmitry Torokhov1-0/+4
2017-04-01i2c: export i2c_client_type structureDmitry Torokhov1-0/+1
2017-04-01kasan: report only the first error by defaultMark Rutland1-0/+3
2017-04-01mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-0/+6
2017-04-01mm: move mm_percpu_wq initialization earlierMichal Hocko1-0/+2
2017-03-31drivers/perf: arm_pmu: split irq request from enableMark Rutland1-4/+0
2017-03-31drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland1-1/+2
2017-03-31tty: serial_core: Add name field to uart_port structVignesh R1-0/+1
2017-03-31Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner10-11/+39
2017-03-31cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally1-0/+13
2017-03-30PCI: Recognize Thunderbolt devicesLukas Wunner1-0/+23
2017-03-30Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-2/+2
2017-03-30Merge tag 'tee-drv-for-4.12' of git://git.linaro.org:/people/jens.wiklander/l...Arnd Bergmann1-0/+277
2017-03-30ACPI: platform: setup MSI domain for ACPI based platform deviceHanjun Guo1-0/+2
2017-03-30ACPI: platform-msi: retrieve devid from IORTHanjun Guo1-0/+1
2017-03-30HID: add two missing usages for digitizerXiaolei Yu1-0/+2
2017-03-30x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit1-0/+7
2017-03-30Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar17-54/+44
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-1/+1
2017-03-30locking/atomic: Fix atomic_try_cmpxchg() semanticsPeter Zijlstra1-6/+10
2017-03-30PCI: Add device disconnected stateKeith Busch1-0/+2
2017-03-30PCI: Export PCI device config accessorsKeith Busch1-26/+6
2017-03-29Documentation: Add flexible-arrays.rst to the documentation treesayli karnik1-0/+67
2017-03-29Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller2-3/+116
2017-03-29Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe1-4/+2
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval1-0/+1
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke1-0/+2
2017-03-29spi: dynamycally allocated message initializationEmiliano Ingrassia1-1/+1
2017-03-29Input: matrix_keypad - add option to drive inactive columnsDavid Rivshin1-0/+3
2017-03-29Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman22-57/+79