index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
1
-24
/
+10
2022-12-06
bpf: mostly decouple jump history management from is_state_visited()
Andrii Nakryiko
1
-23
/
+26
2022-12-06
bpf: decouple prune and jump points
Andrii Nakryiko
1
-14
/
+43
2022-12-06
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
1
-1
/
+6
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
1
-28
/
+48
2022-12-06
Merge branch 'for-next/ftrace' into for-next/core
Will Deacon
3
-6
/
+5
2022-12-06
PM: sleep: Refine error message in try_to_freeze_tasks()
Rafael J. Wysocki
1
-2
/
+2
2022-12-06
PM: sleep: Avoid using pr_cont() in the tasks freezing code
Rafael J. Wysocki
1
-13
/
+8
2022-12-05
genirq/msi: Provide msi_domain_alloc_irq_at()
Thomas Gleixner
1
-10
/
+95
2022-12-05
genirq/msi: Provide msi_domain_ops:: Prepare_desc()
Thomas Gleixner
1
-0
/
+3
2022-12-05
genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]
Thomas Gleixner
1
-0
/
+4
2022-12-05
genirq/msi: Add range checking to msi_insert_desc()
Thomas Gleixner
1
-10
/
+43
2022-12-05
proc: proc_skip_spaces() shouldn't think it is working on C strings
Linus Torvalds
1
-12
/
+13
2022-12-05
proc: avoid integer type confusion in get_proc_long
Linus Torvalds
1
-3
/
+2
2022-12-05
genirq/msi: Provide msi_match_device_domain()
Thomas Gleixner
1
-0
/
+25
2022-12-05
genirq/msi: Provide msi_create/free_device_irq_domain()
Thomas Gleixner
1
-0
/
+138
2022-12-05
genirq/msi: Split msi_create_irq_domain()
Thomas Gleixner
1
-12
/
+20
2022-12-05
genirq/msi: Add size info to struct msi_domain_info
Thomas Gleixner
1
-0
/
+11
2022-12-05
genirq/msi: Provide struct msi_parent_ops
Thomas Gleixner
1
-0
/
+41
2022-12-05
genirq/msi: Remove unused alloc/free interfaces
Thomas Gleixner
1
-73
/
+0
2022-12-05
genirq/msi: Provide new domain id allocation functions
Thomas Gleixner
1
-39
/
+136
2022-12-05
genirq/msi: Provide new domain id based interfaces for freeing interrupts
Thomas Gleixner
1
-22
/
+120
2022-12-05
genirq/msi: Make msi_add_simple_msi_descs() device domain aware
Thomas Gleixner
1
-41
/
+57
2022-12-05
genirq/msi: Make descriptor freeing domain aware
Thomas Gleixner
1
-10
/
+48
2022-12-05
genirq/msi: Make descriptor allocation device domain aware
Thomas Gleixner
1
-8
/
+12
2022-12-05
genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()
Thomas Gleixner
1
-2
/
+4
2022-12-05
genirq/msi: Make msi_get_virq() device domain aware
Ahmed S. Darwish
1
-6
/
+13
2022-12-05
genirq/msi: Make MSI descriptor iterators device domain aware
Thomas Gleixner
1
-12
/
+23
2022-12-05
genirq/msi: Add pointers for per device irq domains
Thomas Gleixner
1
-0
/
+9
2022-12-05
genirq/msi: Move xarray into a separate struct and create an array
Thomas Gleixner
1
-10
/
+22
2022-12-05
genirq/msi: Check for invalid MSI parent domain usage
Thomas Gleixner
1
-3
/
+14
2022-12-05
genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_dev
Thomas Gleixner
1
-4
/
+4
2022-12-05
genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flags
Thomas Gleixner
1
-1
/
+1
2022-12-04
bpf: Enable sleeptable support for cgrp local storage
Yonghong Song
1
-1
/
+2
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
2
-0
/
+18
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
2
-13
/
+46
2022-12-04
Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+13
2022-12-02
signal: Initialize the info in ksignal
haifeng.xu
1
-0
/
+1
2022-12-02
panic: Expose "warn_count" to sysfs
Kees Cook
1
-2
/
+20
2022-12-02
panic: Introduce warn_limit
Kees Cook
1
-0
/
+14
2022-12-02
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
3
-6
/
+9
2022-12-02
exit: Allow oops_limit to be disabled
Kees Cook
1
-1
/
+1
2022-12-02
seccomp: Move copy_seccomp() to no failure path.
Kuniyuki Iwashima
1
-6
/
+11
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
20
-171
/
+298
2022-12-02
cpu/hotplug: Do not bail-out in DYING/STARTING sections
Vincent Donnefort
1
-16
/
+40
2022-12-02
cpu/hotplug: Set cpuhp target for boot cpu
Phil Auld
1
-0
/
+1
2022-12-02
cpu/hotplug: Make target_store() a nop when target == state
Phil Auld
1
-1
/
+3
2022-12-02
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
1
-9
/
+17
2022-12-02
printk: htmldocs: add missing description
John Ogness
1
-0
/
+2
2022-12-02
printk: relieve console_lock of list synchronization duties
John Ogness
1
-24
/
+20
[prev]
[next]