Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | perf: Fix function pointer case | Peter Zijlstra | 2022-11-24 | 1 | -2/+6 | |
| * | | | | | | | perf: Fix possible memleak in pmu_dev_alloc() | Chen Zhongjin | 2022-11-15 | 1 | -3/+5 | |
| * | | | | | | | perf: Fix IS_ERR() vs NULL check in inherit_event() | Gaosheng Cui | 2022-11-15 | 1 | -1/+1 | |
| * | | | | | | | perf: Remove unused pointer task_ctx | Colin Ian King | 2022-11-15 | 1 | -2/+0 | |
| * | | | | | | | perf: Optimize perf_tp_event() | Ravi Bangoria | 2022-10-27 | 1 | -55/+79 | |
| * | | | | | | | perf: Rewrite core context handling | Peter Zijlstra | 2022-10-27 | 1 | -958/+998 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-12-13 | 2 | -15/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | futex: Resend potentially swallowed owner death notification | Alexey Izbyshev | 2022-12-02 | 1 | -9/+17 | |
| * | | | | | | | jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked() | Uros Bizjak | 2022-10-27 | 1 | -6/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 2022-12-12 | 1 | -5/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | PCI: Allow drivers to request exclusive config regions | Ira Weiny | 2022-11-14 | 1 | -5/+8 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2022-12-12 | 3 | -22/+21 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ | Merge branches 'powercap', 'pm-x86', 'pm-opp' and 'pm-misc' | Rafael J. Wysocki | 2022-12-12 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| | | | | * | | | | | | notifier: repair slips in kernel-doc comments | Lukas Bulwahn | 2022-11-30 | 1 | -3/+3 | |
| | | | |/ / / / / / | ||||||
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ | Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains' | Rafael J. Wysocki | 2022-12-12 | 2 | -19/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | PM: sleep: Refine error message in try_to_freeze_tasks() | Rafael J. Wysocki | 2022-12-06 | 1 | -2/+2 | |
| | | * | | | | | | | | | PM: sleep: Avoid using pr_cont() in the tasks freezing code | Rafael J. Wysocki | 2022-12-06 | 1 | -13/+8 | |
| | | * | | | | | | | | | PM: hibernate: Complain about memory map mismatches during resume | Xueqin Luo | 2022-12-01 | 1 | -2/+6 | |
| | | * | | | | | | | | | PM: hibernate: Fix mistake in kerneldoc comment | xiongxin | 2022-11-03 | 1 | -2/+2 | |
| | | |/ / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-12-12 | 3 | -99/+348 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | clockevents: Repair kernel-doc for clockevent_delta2ns() | Lukas Bulwahn | 2022-12-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy | Jann Horn | 2022-12-01 | 1 | -0/+18 | |
| * | | | | | | | | | | | timers: Provide timer_shutdown[_sync]() | Thomas Gleixner | 2022-11-24 | 1 | -0/+66 | |
| * | | | | | | | | | | | timers: Add shutdown mechanism to the internal functions | Thomas Gleixner | 2022-11-24 | 1 | -8/+54 | |
| * | | | | | | | | | | | timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode | Thomas Gleixner | 2022-11-24 | 1 | -51/+92 | |
| * | | | | | | | | | | | timers: Silently ignore timers with a NULL function | Thomas Gleixner | 2022-11-24 | 1 | -5/+52 | |
| * | | | | | | | | | | | timers: Rename del_timer() to timer_delete() | Thomas Gleixner | 2022-11-24 | 1 | -3/+3 | |
| * | | | | | | | | | | | timers: Rename del_timer_sync() to timer_delete_sync() | Thomas Gleixner | 2022-11-24 | 1 | -9/+9 | |
| * | | | | | | | | | | | timers: Use del_timer_sync() even on UP | Thomas Gleixner | 2022-11-24 | 1 | -2/+0 | |
| * | | | | | | | | | | | timers: Update kernel-doc for various functions | Thomas Gleixner | 2022-11-24 | 1 | -58/+90 | |
| * | | | | | | | | | | | timers: Replace BUG_ON()s | Thomas Gleixner | 2022-11-24 | 1 | -5/+6 | |
| * | | | | | | | | | | | timers: Get rid of del_singleshot_timer_sync() | Thomas Gleixner | 2022-11-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | timers: Replace in_irq() with in_hardirq() | ye xingchen | 2022-10-17 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'smp-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-12 | 1 | -17/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cpu/hotplug: Do not bail-out in DYING/STARTING sections | Vincent Donnefort | 2022-12-02 | 1 | -16/+40 | |
| * | | | | | | | | | | | cpu/hotplug: Set cpuhp target for boot cpu | Phil Auld | 2022-12-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | cpu/hotplug: Make target_store() a nop when target == state | Phil Auld | 2022-12-02 | 1 | -1/+3 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-12 | 6 | -189/+761 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | genirq/msi: Provide msi_domain_alloc_irq_at() | Thomas Gleixner | 2022-12-05 | 1 | -10/+95 | |
| * | | | | | | | | | | | genirq/msi: Provide msi_domain_ops:: Prepare_desc() | Thomas Gleixner | 2022-12-05 | 1 | -0/+3 | |
| * | | | | | | | | | | | genirq/msi: Provide BUS_DEVICE_PCI_MSI[X] | Thomas Gleixner | 2022-12-05 | 1 | -0/+4 | |
| * | | | | | | | | | | | genirq/msi: Add range checking to msi_insert_desc() | Thomas Gleixner | 2022-12-05 | 1 | -10/+43 | |
| * | | | | | | | | | | | genirq/msi: Provide msi_match_device_domain() | Thomas Gleixner | 2022-12-05 | 1 | -0/+25 | |
| * | | | | | | | | | | | genirq/msi: Provide msi_create/free_device_irq_domain() | Thomas Gleixner | 2022-12-05 | 1 | -0/+138 | |
| * | | | | | | | | | | | genirq/msi: Split msi_create_irq_domain() | Thomas Gleixner | 2022-12-05 | 1 | -12/+20 | |
| * | | | | | | | | | | | genirq/msi: Add size info to struct msi_domain_info | Thomas Gleixner | 2022-12-05 | 1 | -0/+11 | |
| * | | | | | | | | | | | genirq/msi: Provide struct msi_parent_ops | Thomas Gleixner | 2022-12-05 | 1 | -0/+41 | |
| * | | | | | | | | | | | genirq/msi: Remove unused alloc/free interfaces | Thomas Gleixner | 2022-12-05 | 1 | -73/+0 | |
| * | | | | | | | | | | | genirq/msi: Provide new domain id allocation functions | Thomas Gleixner | 2022-12-05 | 1 | -39/+136 | |
| * | | | | | | | | | | | genirq/msi: Provide new domain id based interfaces for freeing interrupts | Thomas Gleixner | 2022-12-05 | 1 | -22/+120 |