index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
efivarfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
lib: add find_nth{,_and,_andnot}_bit()
Yury Norov
3
-0
/
+149
2022-09-26
lib/bitmap: add bitmap_weight_and()
Yury Norov
3
-9
/
+44
2022-09-26
lib/bitmap: don't call __bitmap_weight() in kernel code
Yury Norov
2
-3
/
+3
2022-09-21
tools: sync find_bit() implementation
Yury Norov
2
-129
/
+81
2022-09-21
lib/find_bit: optimize find_next_bit() functions
Yury Norov
2
-57
/
+85
2022-09-21
lib/find_bit: create find_first_zero_bit_le()
Yury Norov
2
-5
/
+34
2022-09-21
lib/find_bit: introduce FIND_FIRST_BIT() macro
Yury Norov
1
-25
/
+24
2022-09-21
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
3
-4
/
+17
2022-09-21
powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
Yury Norov
1
-0
/
+4
2022-09-20
lib/cpumask: deprecate nr_cpumask_bits
Yury Norov
1
-6
/
+1
2022-09-20
lib/cpumask: delete misleading comment
Yury Norov
1
-4
/
+0
2022-09-20
smp: add set_nr_cpu_ids()
Yury Norov
6
-7
/
+12
2022-09-20
smp: don't declare nr_cpu_ids if NR_CPUS == 1
Yury Norov
1
-0
/
+2
2022-09-09
drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
Phil Auld
1
-2
/
+3
2022-09-04
Linux 6.0-rc4
v6.0-rc4
Linus Torvalds
1
-1
/
+1
2022-09-04
Makefile.extrawarn: re-enable -Wformat for clang; take 2
Nick Desaulniers
1
-0
/
+12
2022-09-03
gpio: ws16c48: Make irq_chip immutable
William Breathitt Gray
1
-3
/
+7
2022-09-03
gpio: 104-idio-16: Make irq_chip immutable
William Breathitt Gray
1
-7
/
+11
2022-09-03
gpio: 104-idi-48: Make irq_chip immutable
William Breathitt Gray
1
-3
/
+7
2022-09-03
gpio: 104-dio-48e: Make irq_chip immutable
William Breathitt Gray
1
-3
/
+7
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
3
-13
/
+16
2022-09-03
LoongArch: mm: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-09-03
LoongArch: Fix arch_remove_memory() undefined build error
Yupeng Li
1
-12
/
+10
2022-09-03
LoongArch: Fix section mismatch due to acpi_os_ioremap()
Huacai Chen
3
-2
/
+3
2022-09-03
LoongArch: Improve dump_tlb() output messages
Huacai Chen
1
-13
/
+13
2022-09-03
LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entry
Huacai Chen
1
-2
/
+2
2022-09-03
LoongArch: Avoid orphan input sections
Ard Biesheuvel
2
-0
/
+3
2022-09-02
Documentation: document ublk
Ming Lei
3
-0
/
+255
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2
-33
/
+170
2022-09-02
xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
Dan Carpenter
1
-0
/
+3
2022-09-02
xen-blkfront: Cache feature_persistent value before advertisement
SeongJae Park
1
-7
/
+7
2022-09-02
xen-blkfront: Advertise feature-persistent as user requested
SeongJae Park
1
-2
/
+6
2022-09-02
xen-blkback: Advertise feature-persistent as user requested
SeongJae Park
2
-2
/
+7
2022-09-02
powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()
Nathan Chancellor
1
-1
/
+3
2022-09-02
Revert "powerpc/irq: Don't open code irq_soft_mask helpers"
Michael Ellerman
1
-7
/
+36
2022-09-02
Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
Greg Kroah-Hartman
1
-8
/
+8
2022-09-02
KVM: x86: check validity of argument to KVM_SET_MP_STATE
Paolo Bonzini
1
-3
/
+17
2022-09-02
perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
Like Xu
1
-1
/
+2
2022-09-02
KVM: x86: fix memoryleak in kvm_arch_vcpu_create()
Miaohe Lin
1
-2
/
+1
2022-09-02
KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
Jim Mattson
1
-4
/
+21
2022-09-01
platform/x86: p2sb: Fix UAF when caller uses resource name
Andy Shevchenko
1
-2
/
+16
2022-09-01
platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32
Luke D. Jones
1
-5
/
+4
2022-09-01
firmware_loader: Fix memory leak in firmware upload
Russ Weight
3
-4
/
+17
2022-09-01
firmware_loader: Fix use-after-free during unregister
Russ Weight
1
-1
/
+2
2022-09-01
selftests/net: return back io_uring zc send tests
Pavel Begunkov
2
-79
/
+41
2022-09-01
io_uring/net: simplify zerocopy send user API
Pavel Begunkov
7
-76
/
+47
2022-09-01
io_uring/notif: remove notif registration
Pavel Begunkov
5
-103
/
+1
2022-09-01
Revert "io_uring: rename IORING_OP_FILES_UPDATE"
Pavel Begunkov
4
-33
/
+9
2022-09-01
Revert "io_uring: add zc notification flush requests"
Pavel Begunkov
2
-39
/
+0
2022-09-01
selftests/net: temporarily disable io_uring zc test
Pavel Begunkov
1
-0
/
+9
[next]