summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-07-21drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas1-0/+94
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-1/+1
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König1-1/+1
2021-07-21staging: hikey9xx: split hi6421v600 irq into a separate driverMauro Carvalho Chehab1-4/+0
2021-07-21staging: hi6421-spmi-pmic: rename GPIO IRQ OF nodeMauro Carvalho Chehab1-1/+0
2021-07-21vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig1-5/+5
2021-07-21vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig1-3/+1
2021-07-21vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig1-0/+5
2021-07-21vgaarb: cleanup vgaarb.hChristoph Hellwig1-48/+42
2021-07-21vgaarb: move the kerneldoc for vga_set_legacy_decoding to vgaarb.cChristoph Hellwig1-13/+0
2021-07-21vgaarb: remove vga_conflictsChristoph Hellwig1-12/+0
2021-07-21vgaarb: remove VGA_DEFAULT_DEVICEChristoph Hellwig1-6/+0
2021-07-21usb: audio-v2: add ability to define feature unit descriptorRuslan Bilovol1-0/+14
2021-07-21tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg1-0/+1
2021-07-21tee: add tee_shm_alloc_kernel_buf()Jens Wiklander1-0/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-28/+201
2021-07-20rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou1-1/+1
2021-07-20EDAC/mc: Add new HBM2 memory typeNaveen Krishna Chatradhi1-0/+3
2021-07-20net: phy: add API to read 802.3-c45 IDsXu Liang1-0/+1
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-13/+3
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-2/+0
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean1-9/+1
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean1-9/+9
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean1-0/+6
2021-07-20net: dsa: tag_8021q: remove struct packet_type declarationVladimir Oltean1-1/+0
2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2-9/+1
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju1-17/+0
2021-07-20bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer1-0/+1
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang1-1/+2
2021-07-19clk: at91: add register definition for sama7g5's master clockClaudiu Beznea1-0/+26
2021-07-19printk: index: Add indexing support to dev_printkChris Down1-17/+49
2021-07-19printk: Userspace format indexing supportChris Down2-4/+96
2021-07-18net/mlx5: Add DCS caps & fields supportLior Nahmanson1-3/+11
2021-07-18Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+17
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko1-1/+1
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko3-74/+37
2021-07-16software nodes: Split software_node_notify()Rafael J. Wysocki1-2/+0
2021-07-16ACPI: glue: Eliminate acpi_platform_notify()Rafael J. Wysocki1-6/+4
2021-07-16ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMAHuacai Chen1-1/+1
2021-07-16locking/atomic: add arch_atomic_long*()Mark Rutland3-331/+909
2021-07-16locking/atomic: centralize generated headersMark Rutland4-4/+2354
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-0/+1
2021-07-16power: supply: PCHG: Peripheral device chargerDaisuke Nojiri1-0/+67
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-42/+152
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang1-18/+20
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-1/+2
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+5
2021-07-16Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4Marco Elver1-0/+1
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-0/+1
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov1-1/+8