summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | 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-201-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-181-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-141-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-141-0/+2
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | doc: tracing: Fix a typo of trace_statMasami Hiramatsu2018-07-261-1/+1
| * | | | | | | | | | | | | | | | | | | | | docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab2018-07-021-1/+1
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-148-23/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2018-08-141-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge back cpufreq changes for 4.19.Rafael J. Wysocki2018-08-061-0/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | Merge back cpufreq material for 4.19.Rafael J. Wysocki2018-07-301-0/+6
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | cpu/hotplug: Add a cpus_read_trylock() functionWaiman Long2018-07-261-0/+6
| | | | | |_|_|_|/ / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-147-23/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | / / / / / / / / / / / / / / / / / / | | | | | |_|_|/ / / / / / / / / / / / / / / / / / | | | | |/| | | / / / / / / / / / / / / / / / / / | | | | | | |_|/ / / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-066-21/+24
| | | * | | | | | | | | | | | | | | | | | | | PM / hibernate: Mark expected switch fall-throughGustavo A. R. Silva2018-08-061-0/+1
| | | * | | | | | | | | | | | | | | | | | | | PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu2018-07-021-2/+2
| | | |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-08-142-13/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | dma-mapping: Generalise dma_32bit_limit flagRobin Murphy2018-07-271-3/+3
OpenPOWER on IntegriCloud