summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-032-46/+51
| | * | | | | | | | bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin2018-08-031-4/+31
| | * | | | | | | | bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin2018-08-031-0/+2
| | * | | | | | | | bpf: introduce cgroup storage mapsRoman Gushchin2018-08-034-0/+392
| | * | | | | | | | bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-15/+43
| | * | | | | | | | bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-311-2/+4
| * | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-053-3/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0216-30/+151
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-254-13/+55
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-215-58/+179
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bpf: offload: allow program and map sharing per-ASICJakub Kicinski2018-07-181-7/+35
| | * | | | | | | | | | | bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-181-17/+64
| | * | | | | | | | | | | bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-181-46/+96
| | * | | | | | | | | | | bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-182-2/+2
| | * | | | | | | | | | | bpf: sockmap: remove redundant pointer sgColin Ian King2018-07-181-3/+0
| | * | | | | | | | | | | bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin2018-07-181-4/+3
| | * | | | | | | | | | | bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1
| * | | | | | | | | | | | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-211-1/+3
* | | | | | | | | | | | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+2
* | | | | | | | | | | | | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-171-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-154-104/+148
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-4.19-nmi' into for-linusPetr Mladek2018-08-144-45/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-093-23/+48
| | * | | | | | | | | | | | | | printk: Create helper function to queue deferred console handlingPetr Mladek2018-07-091-5/+9
| | * | | | | | | | | | | | | | printk: Split the code for storing a message into the log bufferPetr Mladek2018-07-091-17/+26
| * | | | | | | | | | | | | | | printk: Fix warning about unused suppress_message_printingPetr Mladek2018-07-111-1/+0
| * | | | | | | | | | | | | | | printk: Clean up syslog_print_all()Petr Mladek2018-07-091-11/+9
| * | | | | | | | | | | | | | | printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta2018-06-271-51/+58
| * | | | | | | | | | | | | | | printk: make sure to print log on console.Maninder Singh2018-06-271-5/+7
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-155-34/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | audit: fix use-after-free in audit_add_watchRonny Chevalier2018-07-181-1/+11
| * | | | | | | | | | | | | | | audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore2018-07-172-2/+2
| * | | | | | | | | | | | | | | audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann2018-07-032-2/+2
| * | | | | | | | | | | | | | | audit: simplify audit_enabled check in audit_watch_log_rule_change()Richard Guy Briggs2018-06-281-14/+15
| * | | | | | | | | | | | | | | audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs2018-06-281-0/+2
| * | | | | | | | | | | | | | | audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-3/+0
| * | | | | | | | | | | | | | | audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs2018-06-192-6/+6
| * | | | | | | | | | | | | | | audit: Fix extended comparison of GID/EGIDOndrej Mosnáček2018-06-191-4/+4
| * | | | | | | | | | | | | | | audit: tie ANOM_ABEND records to syscallRichard Guy Briggs2018-06-191-1/+1
| * | | | | | | | | | | | | | | audit: tie SECCOMP records to syscallRichard Guy Briggs2018-06-191-1/+1
| * | | | | | | | | | | | | | | audit: allow other filter list types for AUDIT_EXEOndrej Mosnáček2018-06-191-2/+5
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | module: replace the existing LSM hook in init_moduleMimi Zohar2018-07-161-1/+1
| * | | | | | | | | | | | | | | kexec: add call to LSM hook in original kexec_load syscallMimi Zohar2018-07-161-0/+8
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-311-2/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa2018-08-151-0/+2
* | | | | | | | | | | | | | | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \