summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-11-181-4/+25
* perf/core: Fix bad use of igrab()Song Liu2020-11-181-1/+1
* 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
* fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-101-6/+6
* 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
* overflow: Include header file with SIZE_MAX declarationLeon Romanovsky2020-10-291-0/+1
* 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
* Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-10-171-0/+2
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-141-0/+5
* xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony2020-10-141-10/+6
* 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
* debugfs: Fix !DEBUG_FS debugfs_create_automountKusanagi Kouichi2020-10-011-2/+3
* net: add __must_check to skb_put_padto()Eric Dumazet2020-10-011-1/+1
* mtd: Fix comparison in map_word_andequal()Ben Hutchings2020-10-011-1/+1
* i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo2020-09-231-0/+15
* USB: core: add helpers to retrieve endpointsJohan Hovold2020-09-231-0/+35
* irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta2020-09-231-0/+6
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-09-121-0/+4
* libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2020-09-121-0/+1
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2020-09-124-14/+33
* block: allow for_each_bvec to support zero len bvecMing Lei2020-09-121-1/+8
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-09-121-0/+12
* uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu2020-09-121-0/+14
* include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe2020-09-121-1/+1
* netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-09-121-0/+2
* netfilter: nf_tables: incorrect enum nft_list_attributes definitionPablo Neira Ayuso2020-09-121-1/+1
* HID: core: Sanitize event code and type when mapping inputMarc Zyngier2020-09-121-13/+29
* overflow.h: Add allocation size calculation helpersKees Cook2020-09-031-0/+73
* writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-09-031-7/+6
* writeback: Avoid skipping inode writebackJan Kara2020-09-031-2/+6
* efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov2020-09-031-0/+4
* mm: Avoid calling build_all_zonelists_init under hotplug contextOscar Salvador2020-08-211-1/+2