summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2021-05-221-1/+1
* modules: mark each_symbol_section staticChristoph Hellwig2021-05-221-9/+0
* modules: mark find_symbol staticChristoph Hellwig2021-05-221-11/+0
* modules: mark ref_module staticChristoph Hellwig2021-05-221-1/+0
* power: supply: bq27xxx: fix power_avg for newer ICsMatthias Schiffer2021-05-221-1/+0
* ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-05-221-1/+8
* net/mlx5: Fix placement of log_max_flow_counterRaed Salem2021-04-161-3/+3
* net: ensure mac header is set in virtio_net_hdr_to_skb()Eric Dumazet2021-04-161-0/+2
* extcon: Add stubs for extcon_register_notifier_all() functionsKrzysztof Kozlowski2021-04-071-0/+23
* mm: writeback: use exact memcg dirty countsGreg Thelen2021-04-071-1/+4
* mm: fix oom_kill event handlingRoman Gushchin2021-04-071-4/+22
* mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu2021-04-071-4/+19
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2021-04-071-17/+18
* mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner2021-04-071-8/+16
* locking/mutex: Fix non debug version of mutex_lock_io_nested()Thomas Gleixner2021-03-301-1/+1
* macvlan: macvlan_count_rx() needs to be aware of preemptionEric Dumazet2021-03-301-1/+2
* u64_stats,lockdep: Fix u64_stats_init() vs lockdepPeter Zijlstra2021-03-301-3/+4
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-0/+13
* usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern2021-03-241-0/+2
* include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)2021-03-171-1/+2
* stop_machine: mark helpers __always_inlineArnd Bergmann2021-03-171-5/+6
* can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel2021-03-171-2/+6
* net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth2021-03-171-1/+6
* net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy2021-03-171-0/+10
* misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eepromAswath Govindraju2021-03-111-0/+2
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2021-03-071-0/+16
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-032-7/+21
* ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky2021-03-031-1/+1
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-031-1/+21
* icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld2021-03-031-6/+10
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-031-0/+6
* mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin2021-03-031-1/+2
* certs: Fix blacklist flag type confusionDavid Howells2021-03-031-0/+1
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-031-0/+5
* net: watchdog: hold device global xmit lock during tx disableEdwin Peer2021-02-231-0/+2
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-0/+10
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-231-0/+4
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-231-2/+1
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-231-1/+3
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-0/+3
* elfcore: fix building with clangArnd Bergmann2021-02-101-0/+22
* kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-02-071-0/+3
* iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski2021-02-031-0/+2
* writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2021-01-301-1/+0
* fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2021-01-301-1/+2
* compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-301-0/+6
* net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld2021-01-231-3/+3
* net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld2021-01-231-0/+5
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2021-01-231-0/+11