| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, slub: stop disabling irqs around get_partial() | Vlastimil Babka | 2021-09-04 | 1 | -14/+8 |
* | mm, slub: check new pages with restored irqs | Vlastimil Babka | 2021-09-04 | 1 | -5/+3 |
* | mm, slub: validate slab from partial list or page allocator before making it ... | Vlastimil Babka | 2021-09-04 | 1 | -8/+9 |
* | mm, slub: restore irqs around calling new_slab() | Vlastimil Babka | 2021-09-04 | 1 | -6/+2 |
* | mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() | Vlastimil Babka | 2021-09-04 | 1 | -9/+25 |
* | mm, slub: do initial checks in ___slab_alloc() with irqs enabled | Vlastimil Babka | 2021-09-04 | 2 | -9/+54 |
* | mm, slub: move disabling/enabling irqs to ___slab_alloc() | Vlastimil Babka | 2021-09-04 | 1 | -12/+24 |
* | mm, slub: simplify kmem_cache_cpu and tid setup | Vlastimil Babka | 2021-09-04 | 1 | -13/+9 |
* | mm, slub: restructure new page checks in ___slab_alloc() | Vlastimil Babka | 2021-09-04 | 1 | -6/+22 |
* | mm, slub: return slab page from get_partial() and set c->page afterwards | Vlastimil Babka | 2021-09-04 | 1 | -10/+11 |
* | mm, slub: dissolve new_slab_objects() into ___slab_alloc() | Vlastimil Babka | 2021-09-04 | 1 | -32/+18 |
* | mm, slub: extract get_partial() from new_slab_objects() | Vlastimil Babka | 2021-09-04 | 1 | -6/+6 |
* | mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() | Vlastimil Babka | 2021-09-03 | 1 | -7/+0 |
* | mm, slub: don't disable irq for debug_check_no_locks_freed() | Vlastimil Babka | 2021-09-03 | 1 | -13/+1 |
* | mm, slub: allocate private object map for validate_slab_cache() | Vlastimil Babka | 2021-09-03 | 1 | -9/+15 |
* | mm, slub: allocate private object map for debugfs listings | Vlastimil Babka | 2021-09-03 | 1 | -15/+29 |
* | mm, slub: don't call flush_all() from slab_debug_trace_open() | Vlastimil Babka | 2021-09-03 | 1 | -3/+0 |
* | Linux 5.14v5.14 | Linus Torvalds | 2021-08-30 | 1 | -1/+1 |
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-08-29 | 1 | -1/+1 |
|\ |
|
| * | clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereference | Adam Ford | 2021-08-29 | 1 | -1/+1 |
* | | Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-08-29 | 2 | -27/+121 |
|\ \ |
|
| * | | sched: Fix get_push_task() vs migrate_disable() | Sebastian Andrzej Siewior | 2021-08-26 | 1 | -0/+3 |
| * | | sched: Fix Core-wide rq->lock for uninitialized CPUs | Peter Zijlstra | 2021-08-20 | 2 | -27/+118 |
* | | | Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-08-29 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | PCI/MSI: Skip masking MSI-X on Xen PV | Marek Marczykowski-Górecki | 2021-08-27 | 1 | -0/+3 |
* | | | | Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-08-29 | 4 | -2/+12 |
|\ \ \ \ |
|
| * | | | | perf/x86/amd/power: Assign pmu.module | Kim Phillips | 2021-08-26 | 1 | -0/+1 |
| * | | | | perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS Op | Kim Phillips | 2021-08-26 | 1 | -0/+1 |
| * | | | | perf/x86/amd/ibs: Work around erratum #1197 | Kim Phillips | 2021-08-26 | 1 | -0/+8 |
| * | | | | perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32 | Colin Ian King | 2021-08-26 | 1 | -1/+1 |
| * | | | | perf/x86/intel/pt: Fix mask of num_address_ranges | Xiaoyao Li | 2021-08-25 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-08-29 | 3 | -9/+30 |
|\ \ \ \ |
|
| * | | | | x86/resctrl: Fix a maybe-uninitialized build warning treated as error | Babu Moger | 2021-08-22 | 1 | -0/+6 |
| * | | | | x86/efi: Restore Firmware IDT before calling ExitBootServices() | Joerg Roedel | 2021-08-21 | 2 | -9/+24 |
| | |/ /
| |/| | |
|
* | | | | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn... | Helge Deller | 2021-08-29 | 5 | -157/+74 |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-08-28 | 1 | -3/+6 |
|\ \ \ \ |
|
| * | | | | scsi: core: Fix hang of freezing queue between blocking and running device | Li Jinlin | 2021-08-25 | 1 | -3/+6 |
* | | | | | Merge tag 'usb-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2021-08-28 | 6 | -76/+89 |
|\ \ \ \ \ |
|
| * | | | | | usb: gadget: u_audio: fix race condition on endpoint stop | Jerome Brunet | 2021-08-27 | 1 | -4/+4 |
| * | | | | | usb: gadget: f_uac2: fixup feedback endpoint stop | Jerome Brunet | 2021-08-27 | 1 | -4/+11 |
| * | | | | | usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is running | Kyle Tso | 2021-08-26 | 1 | -43/+38 |
| * | | | | | usb: renesas-xhci: Prefer firmware loading on unknown ROM state | Takashi Iwai | 2021-08-26 | 1 | -12/+23 |
| * | | | | | usb: dwc3: gadget: Stop EP0 transfers during pullup disable | Wesley Cheng | 2021-08-26 | 1 | -4/+3 |
| * | | | | | usb: dwc3: gadget: Fix dwc3_calc_trbs_left() | Thinh Nguyen | 2021-08-26 | 1 | -8/+8 |
| * | | | | | Merge tag 'usb-serial-5.14-rc8' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2021-08-26 | 2 | -1/+2 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | Revert "USB: serial: ch341: fix character loss at high transfer rates" | Johan Hovold | 2021-08-25 | 1 | -1/+0 |
| | * | | | | USB: serial: option: add new VID/PID to support Fibocom FG150 | Zhengjun Zhang | 2021-08-24 | 1 | -0/+2 |
| |/ / / / |
|
* | | | | | Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2021-08-28 | 2 | -4/+5 |
|\ \ \ \ \ |
|
| * | | | | | powerpc/64s: Fix scv implicit soft-mask table for relocated kernels | Nicholas Piggin | 2021-08-20 | 1 | -3/+4 |
| * | | | | | powerpc: Re-enable ARCH_ENABLE_SPLIT_PMD_PTLOCK | Lukas Bulwahn | 2021-08-20 | 1 | -1/+1 |