summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-272-52/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-141-16/+27
| * | | | | | | | | | | | | | | module: Overwrite st_size instead of st_infoVincent Whitchurch2018-12-141-2/+2
| * | | | | | | | | | | | | | | module: make it clearer when we're handling kallsyms symbols vs exported symbolsJessica Yu2018-11-291-34/+44
| * | | | | | | | | | | | | | | modsign: use all trusted keys to verify module signatureKe Wu2018-11-071-1/+2
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-277-350/+386
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | audit: remove duplicated include from audit.cYueHaibing2018-12-141-1/+0
| * | | | | | | | | | | | | | | audit: shorten PATH cap values when zeroRichard Guy Briggs2018-12-031-4/+6
| * | | | | | | | | | | | | | | audit: use current whenever possiblePaul Moore2018-11-263-86/+81
| * | | | | | | | | | | | | | | audit: minimize our use of audit_log_format()Paul Moore2018-11-265-16/+11
| * | | | | | | | | | | | | | | audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-193-16/+4
| * | | | | | | | | | | | | | | audit: use session_info helperRichard Guy Briggs2018-11-193-9/+7
| * | | | | | | | | | | | | | | audit: localize audit_log_session_info prototypeRichard Guy Briggs2018-11-191-0/+2
| * | | | | | | | | | | | | | | audit: Use 'mark' name for fsnotify_mark variablesJan Kara2018-11-121-39/+40
| * | | | | | | | | | | | | | | audit: Replace chunk attached to mark instead of replacing markJan Kara2018-11-121-77/+83
| * | | | | | | | | | | | | | | audit: Simplify locking around untag_chunk()Jan Kara2018-11-121-37/+40
| * | | | | | | | | | | | | | | audit: Drop all unused chunk nodes during deletionJan Kara2018-11-121-9/+18
| * | | | | | | | | | | | | | | audit: Guarantee forward progress of chunk untaggingJan Kara2018-11-121-25/+17
| * | | | | | | | | | | | | | | audit: Allocate fsnotify mark independently of chunkJan Kara2018-11-121-14/+50
| * | | | | | | | | | | | | | | audit: Provide helper for dropping mark's chunk referenceJan Kara2018-11-121-1/+11
| * | | | | | | | | | | | | | | audit: Remove pointless check in insert_hash()Jan Kara2018-11-121-2/+0
| * | | | | | | | | | | | | | | audit: Factor out chunk replacement codeJan Kara2018-11-121-46/+40
| * | | | | | | | | | | | | | | audit: Make hash table insertion safe against concurrent lookupsJan Kara2018-11-121-3/+29
| * | | | | | | | | | | | | | | audit: Embed key into chunkJan Kara2018-11-121-19/+8
| * | | | | | | | | | | | | | | audit: Fix possible tagging failuresJan Kara2018-11-121-7/+10
| * | | | | | | | | | | | | | | audit: Fix possible spurious -ENOSPC errorJan Kara2018-11-121-10/+16
| * | | | | | | | | | | | | | | audit_tree: Remove mark->lock lockingJan Kara2018-11-121-20/+4
| * | | | | | | | | | | | | | | audit: print empty EXECVE argsRichard Guy Briggs2018-11-051-1/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-272-69/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa2018-12-121-25/+14
| * | | | | | | | | | | | | | printk: fix printk_time race.Tetsuo Handa2018-12-101-31/+39
| * | | | | | | | | | | | | | printk: Make printk_emit() local function.Tetsuo Handa2018-11-291-16/+14
| * | | | | | | | | | | | | | panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky2018-11-221-1/+5
* | | | | | | | | | | | | | | sched/fair: Fix warning on non-SMP buildOlof Johansson2018-12-271-8/+8
* | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-2613-143/+955
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret2018-12-111-2/+141
| * | | | | | | | | | | | | | | sched/fair: Introduce an energy estimation helper functionQuentin Perret2018-12-111-0/+76
| * | | | | | | | | | | | | | | sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-112-2/+61
| * | | | | | | | | | | | | | | sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-112-16/+14
| * | | | | | | | | | | | | | | sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2018-12-112-4/+28
| * | | | | | | | | | | | | | | sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-113-9/+60
| * | | | | | | | | | | | | | | sched/topology: Disable EAS on inappropriate platformsQuentin Perret2018-12-111-1/+48
| * | | | | | | | | | | | | | | sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-113-4/+9
| * | | | | | | | | | | | | | | sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2018-12-112-4/+151
| * | | | | | | | | | | | | | | PM: Introduce an Energy Model management frameworkQuentin Perret2018-12-113-0/+218
| * | | | | | | | | | | | | | | sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-112-15/+68
| * | | | | | | | | | | | | | | sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret2018-12-111-18/+0
| * | | | | | | | | | | | | | | sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li2018-12-112-6/+2
| * | | | | | | | | | | | | | | sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-112-5/+0
| * | | | | | | | | | | | | | | sched: Fix various typos in commentsIngo Molnar2018-12-036-16/+16
OpenPOWER on IntegriCloud