summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach1-0/+7
2023-02-22Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach1-0/+129
2023-02-22Input: i8042 - merge quirk tablesWerner Sembach1-500/+590
2023-02-22Input: i8042 - move __initconst to fix code styling warningWerner Sembach1-1/+1
2023-02-22vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy1-4/+5
2023-02-22usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-02-22usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong1-1/+1
2023-02-22usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override APIWesley Cheng1-4/+4
2023-02-22iio: adc: stm32-dfsdm: fill module aliasesOlivier Moysan1-0/+1
2023-02-22net/x25: Fix to not accept on connected socketHyunwoo Kim1-0/+6
2023-02-22i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-02-22scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-02-22scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi1-2/+2
2023-02-22net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-22ata: libata: Fix sata_down_spd_limit() when no link speed is reportedDamien Le Moal1-1/+1
2023-02-22squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-22netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim1-0/+5
2023-02-22ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()Artemii Karasev1-0/+3
2023-02-22bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can1-1/+7
2023-02-22firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto1-1/+3
2023-02-06Linux 4.19.272v4.19.272Greg Kroah-Hartman1-1/+1
2023-02-06usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen1-1/+1
2023-02-06ipv6: ensure sane device mtu in tunnelsEric Dumazet3-12/+18
2023-02-06exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2-4/+9
2023-02-06docs: Fix path paste-o for /sys/kernel/warn_countKees Cook1-1/+1
2023-02-06panic: Expose "warn_count" to sysfsKees Cook2-2/+26
2023-02-06panic: Introduce warn_limitKees Cook2-0/+37
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook4-6/+10
2023-02-06exit: Allow oops_limit to be disabledKees Cook2-3/+4
2023-02-06exit: Expose "oops_count" to sysfsKees Cook2-2/+26
2023-02-06exit: Put an upper limit on how often we can oopsJann Horn2-0/+52
2023-02-06ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap1-1/+1
2023-02-06h8300: Fix build errors from do_exit() to make_task_dead() transitionNathan Chancellor2-2/+3
2023-02-06hexagon: Fix function name in die()Nathan Chancellor1-1/+1
2023-02-06objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman35-49/+57
2023-02-06panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2-0/+36
2023-02-06dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_initHui Wang1-1/+3
2023-02-06ARM: dts: imx: Fix pca9547 i2c-mux node nameGeert Uytterhoeven1-1/+1
2023-02-06x86/entry/64: Add instruction suffix to SYSRETJan Beulich1-1/+1
2023-02-06x86/asm: Fix an assembler warning with current binutilsMikulas Patocka1-1/+1
2023-02-06drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2023-02-06x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner2-1/+4
2023-02-06Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov1-1/+0
2023-02-06net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen1-4/+4
2023-02-06net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda1-2/+2
2023-02-06sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner1-0/+6
2023-02-06netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima1-0/+1
2023-02-06netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman1-9/+16