summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski2021-02-031-0/+2
* futex: Add mutex around futex exitThomas Gleixner2021-02-032-0/+2
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-02-031-28/+3
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-02-031-2/+4
* exit/exec: Seperate mm_release()Thomas Gleixner2021-02-031-2/+4
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-02-032-1/+35
* futex: Move futex exit handling into futex codeThomas Gleixner2021-02-032-9/+17
* y2038: futex: Move compat implementation into futex.cArnd Bergmann2021-02-031-8/+0
* compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-301-0/+6
* Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2021-01-231-0/+1
* ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPIShawn Guo2021-01-231-0/+7
* vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers2021-01-171-1/+4
* target: add XCOPY target/segment desc sense codesDavid Disseldorp2021-01-171-0/+4
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-121-1/+3
* of: fix linker-section match-table corruptionJohan Hovold2021-01-091-0/+1
* uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel2021-01-095-4/+9
* xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-291-0/+2
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-291-1/+5
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-291-0/+7
* seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann2020-12-292-3/+3
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-12-111-0/+2
* tty: Fix ->session lockingJann Horn2020-12-111-0/+4
* vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-12-112-7/+23
* bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-12-111-0/+8
* USB: core: add endpoint-blacklist quirkJohan Hovold2020-12-021-0/+3
* scsi: libiscsi: Fix NOP race conditionLee Duncan2020-12-021-0/+3
* mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2020-11-241-0/+6
* xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-11-181-4/+25
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-2/+34
* can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel2020-11-181-12/+8
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-11-181-0/+4
* hil/parisc: Disable HIL driver when it gets stuckHelge Deller2020-11-101-1/+1
* mtd: lpddr: Fix bad logic in print_drs_errorGustavo A. R. Silva2020-11-101-1/+1
* scsi: target: core: Add CONTROL field for trace eventsRoman Bolshakov2020-10-292-6/+13
* compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin2020-10-291-0/+8
* compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin2020-10-291-8/+6
* mm/kasan: add API to check memory regionsAndrey Ryabinin2020-10-291-0/+12
* net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski2020-10-291-0/+6
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-10-171-4/+6
* Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt2020-10-171-1/+1
* Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-10-171-2/+18
* xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony2020-10-141-10/+6
* mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2020-10-141-1/+5
* Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-10-141-0/+5
* fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye2020-10-141-0/+8
* ata: make qc_prep return ata_completion_errorsJiri Slaby2020-10-011-6/+6
* ata: define AC_ERR_OKJiri Slaby2020-10-011-0/+1
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-10-011-1/+13
* seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrierMarco Elver2020-10-011-2/+9
* net: add __must_check to skb_put_padto()Eric Dumazet2020-10-011-1/+1