index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-01
cls_bpf: add initial eBPF support for programmable classifiers
Daniel Borkmann
1
-0
/
+2
2015-03-01
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
2
-6
/
+5
2015-03-01
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
Daniel Borkmann
1
-2
/
+13
2015-03-01
ebpf: constify various function pointer structs
Daniel Borkmann
3
-9
/
+9
2015-03-01
ebpf: remove kernel test stubs
Daniel Borkmann
2
-81
/
+0
2015-02-17
Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2
-151
/
+37
2015-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-52
/
+47
2015-02-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-18
/
+23
2015-02-17
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
Kees Cook
1
-1
/
+3
2015-02-17
kernel/module.c: do not inline do_init_module()
Jan Kiszka
1
-2
/
+7
2015-02-17
kexec: simplify conditional
Geoff Levand
1
-7
/
+10
2015-02-17
kexec: fix a typo in comment
Alexander Kuleshov
1
-1
/
+1
2015-02-17
kexec: remove never used member destination in kimage
Baoquan He
1
-4
/
+0
2015-02-17
signal: use current->state helpers
Davidlohr Bueso
1
-2
/
+2
2015-02-17
ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
Fabian Frederick
1
-1
/
+0
2015-02-17
Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-17
/
+142
2015-02-16
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+3
2015-02-16
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+12
2015-02-15
PM / sleep: Make it possible to quiesce timers during suspend-to-idle
Rafael J. Wysocki
3
-2
/
+54
2015-02-15
timekeeping: Make it safe to use the fast timekeeper while suspended
Rafael J. Wysocki
1
-0
/
+30
2015-02-13
kprobes: makes kprobes/enabled works correctly for optimized kprobes.
Wang Nan
1
-2
/
+9
2015-02-13
kprobes: set kprobes_all_disarmed earlier to enable re-optimization.
Wang Nan
1
-1
/
+6
2015-02-13
kasan: enable instrumentation of global variables
Andrey Ryabinin
1
-0
/
+2
2015-02-13
profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-2
/
+1
2015-02-13
irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-7
/
+4
2015-02-13
padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-8
/
+3
2015-02-13
tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2
-4
/
+4
2015-02-13
workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks
Tejun Heo
1
-3
/
+2
2015-02-13
time: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-9
/
+2
2015-02-13
sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2
-15
/
+6
2015-02-13
rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-3
/
+2
2015-02-13
cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-33
/
+9
2015-02-13
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
1
-1
/
+1
2015-02-13
timekeeping: Pass readout base to update_fast_timekeeper()
Rafael J. Wysocki
1
-8
/
+6
2015-02-13
PM / sleep: Re-implement suspend-to-idle handling
Rafael J. Wysocki
2
-7
/
+52
2015-02-13
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-29
/
+18
2015-02-12
printk: correct timeout comment, neaten MODULE_PARM_DESC
Joe Perches
1
-6
/
+6
2015-02-12
kernel/sched/clock.c: add another clock for use with the soft lockup watchdog
Cyril Bur
2
-1
/
+14
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
6
-9
/
+7
2015-02-12
kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm: do not use mm->nr_pmds on !MMU configurations
Kirill A. Shutemov
1
-3
/
+1
2015-02-12
cgroup: release css->id after css_free
Vladimir Davydov
1
-3
/
+7
2015-02-12
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+2
2015-02-12
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
19
-150
/
+175
2015-02-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-1
/
+1
2015-02-11
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-2
/
+0
2015-02-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-54
/
+35
2015-02-11
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-0
/
+12
2015-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
5
-10
/
+10
2015-02-11
mm: fix false-positive warning on exit due mm_nr_pmds(mm)
Kirill A. Shutemov
1
-0
/
+8
[next]