summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko2021-03-242-33/+3
* pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko2021-03-241-5/+3
* pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko2021-03-241-9/+6
* pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko2021-03-241-5/+5
* binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2021-03-243-0/+68
* binder: use EINTR for interrupted wait for workMarco Ballesio2021-03-241-2/+2
* binder: BINDER_FREEZE ioctlMarco Ballesio2021-03-243-10/+154
* vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy2021-03-241-1/+1
* misc/sgi-xp: use NULL instead of using plain integer as pointerYang Li2021-03-241-1/+1
* w1: slaves: Typo fixesBhaskar Chowdhury2021-03-241-2/+2
* w1: Use kobj_to_dev()[RESEND]dongjian2021-03-242-2/+2
* w1: w1_therm: use clamp() in int_to_short()Dan Carpenter2021-03-241-2/+1
* char/mwave: turn tp3780I_Cleanup() into void functionYang Li2021-03-242-6/+2
* virt: acrn: Fix document of acrn_msi_inject()Shuo Liu2021-03-241-1/+1
* cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour2021-03-241-1/+1
* cxl: Fix couple of spellingsBhaskar Chowdhury2021-03-241-1/+1
* misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede2021-03-241-3/+1
* misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sens...Hans de Goede2021-03-241-1/+1
* misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede2021-03-241-5/+16
* uapi: map_to_7segment: Remove licence boilerplateGeert Uytterhoeven2021-03-241-14/+0
* kgdb: fix gcc-11 warning on indentationArnd Bergmann2021-03-241-13/+13
* fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne2021-03-242-6/+40
* dt-bindings: fpga: Add compatible value for Xilinx DFX AXI shutdown managerNava kishore Manne2021-03-241-1/+23
* fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()Michal Simek2021-03-241-5/+3
* fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFERLuca Ceresoli2021-03-241-15/+9
* Merge v5.12-rc3 into char-misc-nextGreg Kroah-Hartman2021-03-15665-3662/+5686
|\
| * Linux 5.12-rc3v5.12-rc3Linus Torvalds2021-03-141-1/+1
| * prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan2021-03-141-1/+1
| * Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-147-18/+8
| |\
| | * Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-03-1411444-286202/+488784
| | |\
| | | * irqchip/ingenic: Add support for the JZ4760Paul Cercueil2021-03-092-0/+2
| | | * dt-bindings/irq: Add compatible string for the JZ4760BPaul Cercueil2021-03-091-0/+1
| | | * irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-081-9/+0
| | | * ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directlyMarc Zyngier2021-03-081-0/+1
| | | * irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman2021-03-082-9/+4
| * | | Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-21/+39
| |\ \ \
| | * | | hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
| | | |/ | | |/|
| * | | Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-142-67/+63
| |\ \ \
| | * | | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
| | * | | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
| | * | | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
| | * | | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
| | * | | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
| | * | | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
| | * | | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
| | |/ /
| * | | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-142-6/+7
| |\ \ \
| | * | | objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra2021-03-122-6/+7
| | |/ /
| * | | Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-143-10/+9
| |\ \ \
| | * | | seqlock,lockdep: Fix seqcount_latch_init()Peter Zijlstra2021-03-101-4/+1
| | * | | u64_stats,lockdep: Fix u64_stats_init() vs lockdepPeter Zijlstra2021-03-101-3/+4