aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-12-16genirq/msi: Provide interface to retrieve Linux interrupt numberGravatar Thomas Gleixner 1-0/+36
2021-12-16genirq/msi: Remove the original sysfs interfacesGravatar Thomas Gleixner 1-33/+20
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Gravatar Thomas Gleixner 1-2/+40
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataGravatar Thomas Gleixner 1-0/+32
2021-12-16genirq/msi: Use PCI device propertyGravatar Thomas Gleixner 1-15/+2
2021-12-14Merge branch 'irq/urgent' into irq/msiGravatar Thomas Gleixner 6-23/+32
2021-12-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+9
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-7/+9
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+13
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-10/+3
2021-12-09wait: add wake_up_pollfree()Gravatar Eric Biggers 1-0/+7
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathGravatar Miaoqian Lin 1-5/+6
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeGravatar Thomas Gleixner 1-4/+25
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesGravatar Thomas Gleixner 1-2/+2
2021-12-09genirq/msi: Fixup includesGravatar Thomas Gleixner 1-0/+1
2021-12-09genirq/msi: Remove unused domain callbacksGravatar Thomas Gleixner 1-5/+0
2021-12-09genirq/msi: Guard sysfs codeGravatar Thomas Gleixner 1-0/+2
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 2-10/+3
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiGravatar Jiri Olsa 1-0/+4
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directGravatar Jiri Olsa 1-1/+3
2021-12-05Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-1/+9
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-6/+12
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueGravatar Qais Yousef 1-1/+1
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueGravatar Andrew Halaney 1-2/+2
2021-12-03bpf: Fix the off-by-two error in range markingsGravatar Maxim Mikityanskiy 1-1/+1
2021-12-02bpf: Fix bpf_check_mod_kfunc_call for built-in modulesGravatar Kumar Kartikeya Dwivedi 1-2/+0
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLGravatar Kumar Kartikeya Dwivedi 1-7/+2
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullGravatar Frederic Weisbecker 1-3/+9
2021-12-02timers/nohz: Last resort update jiffies on nohz_full IRQ entryGravatar Frederic Weisbecker 2-1/+9
2021-12-01kprobes: Limit max data_size of the kretprobe instancesGravatar Masami Hiramatsu 1-0/+3
2021-12-01tracing: Fix a kmemleak false positive in tracing_mapGravatar Chen Jun 1-0/+3
2021-12-01tracing/histograms: String compares should not care about signed valuesGravatar Steven Rostedt (VMware) 1-1/+1
2021-11-28Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+7
2021-11-28Merge tag 'perf-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2021-11-28Merge tag 'locking-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-93/+89
2021-11-28Merge tag 'trace-v5.16-rc2-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-11-27tracing: Test the 'Do not trace this pid' case in create eventGravatar Steven Rostedt (VMware) 1-1/+1
2021-11-27Merge tag 'trace-v5.16-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-6/+30
2021-11-26tracing: Fix pid filtering when triggers are attachedGravatar Steven Rostedt (VMware) 1-6/+18
2021-11-26Merge tag 'pm-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-4/+4
2021-11-26tracing: Check pid filtering when creating eventsGravatar Steven Rostedt (VMware) 1-0/+12
2021-11-24PM: hibernate: Fix snapshot partial write lengthsGravatar Evan Green 1-1/+1
2021-11-24PM: hibernate: use correct mode for swsusp_close()Gravatar Thomas Zeitlhofer 1-3/+3
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Gravatar Mark Rutland 2-4/+7
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationGravatar Jiri Olsa 1-0/+1
2021-11-23perf: Ignore sigtrap for tracepoints destined for other tasksGravatar Marco Elver 1-0/+3
2021-11-23locking/rwsem: Optimize down_read_trylock() under highly contended caseGravatar Muchun Song 1-7/+4
2021-11-23locking/rwsem: Make handoff bit handling more consistentGravatar Waiman Long 1-86/+85
2021-11-19Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-22/+35