aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+12
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds2-7/+7
2017-11-27blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+13
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-77/+33
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook1-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-51/+59
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner96-2119/+6304
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-0/+27
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello1-2/+2
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello1-1/+1
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello1-5/+1
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
2017-11-21timer: Pass function down to initialization routinesKees Cook1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-10/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-5/+5
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-2/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2-2/+2
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski2-17/+0
2017-11-21bpf: offload: ignore namespace movesJakub Kicinski1-0/+4
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski1-10/+0
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-11/+12
2017-11-21bpf: offload: rename the ifindex fieldJakub Kicinski2-3/+3
2017-11-21bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski1-2/+3
2017-11-21bpf: offload: add comment warning developers about double destroyJakub Kicinski1-0/+4
2017-11-19blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza1-16/+10
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-292/+396
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov1-0/+27
2017-11-17kcov: support comparison operands collectionVictor Chibotaru1-35/+179
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin1-1/+1
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov1-0/+2
2017-11-17pid: remove pidhashGargi Sharma3-42/+14
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma2-195/+59
2017-11-17kernel/sysctl.c: code cleanupsOla N. Kaldestad1-5/+3
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young1-1/+2
2017-11-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2017-11-17kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2017-11-17kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2017-11-17sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence1-6/+8
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-0/+49
2017-11-17pipe: match pipe_max_size data type with procfsJoe Lawrence1-1/+1
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET1-2/+2
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook1-1/+15
2017-11-17bug: define the "cut here" string in a single placeKees Cook1-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen1-1/+2
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen1-0/+28
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds22-385/+754
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-107/+83
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-70/+309
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+14
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-50/+22
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang1-0/+9
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)2-20/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2-8/+7
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)3-12/+0
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-12/+4
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-3/+3
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+4
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds12-34/+684
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-55/+85
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-931/+3213
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+17
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-18/+399
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-11-15bpf: fix lockdep splatEric Dumazet1-2/+6
2017-11-15Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina4-17/+121
2017-11-15Merge branch 'for-4.15/shadow-variables' into for-linusJiri Kosina2-1/+278
2017-11-15perf/core: Fix memory leak triggered by perf --namespaceVasily Averin1-0/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-29/+132
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+6
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-1/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+68
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner1-1/+12
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2-49/+0
2017-11-14Merge branch 'linus' into timers/urgentThomas Gleixner79-1574/+2776
2017-11-14jump_label: Invoke jump_label_test() via early_initcall()Jason Baron1-1/+1
2017-11-14bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song1-2/+6
2017-11-14bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semanticsYonghong Song1-16/+24
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-106/+83
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-267/+396
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-54/+600
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-31/+52
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-706/+1123
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-281/+240
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds28-168/+156
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-67/+196
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-4/+14
2017-11-13Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells15-267/+396
2017-11-13timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2-9/+19
2017-11-12modules: make sysfs attribute files readable by owner onlyLinus Torvalds1-1/+1
2017-11-13Merge branch 'pm-sleep'Rafael J. Wysocki4-91/+78
2017-11-13Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2-15/+5
2017-11-12Merge branch 'kallsyms-restrictions'Linus Torvalds1-2/+47
2017-11-12genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes1-1/+1
2017-11-12irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes1-2/+1
2017-11-12genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng1-2/+3
2017-11-12timers: Add a function to start/reduce a timerDavid Howells1-7/+38
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann1-0/+1
2017-11-12irq/work: Use llist_for_each_entry_safeThomas Gleixner1-3/+3
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller7-97/+7
2017-11-11bpf: add a bpf_override_function helperJosef Bacik7-7/+97
2017-11-10kthread: zero the kthread data structureShaohua Li1-5/+1
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2017-11-10audit: filter PATH records keyed on filesystem magicRichard Guy Briggs2-7/+55
2017-11-10Audit: remove unused audit_log_secctx functionCasey Schaufler1-26/+0
2017-11-10audit: Allow auditd to set pid to 0 to end auditingSteve Grubb1-13/+16
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore1-2/+2
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore2-2/+2
2017-11-10audit: don't use simple_strtol() anymorePaul Moore1-2/+7
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore1-1/+1
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier1-1/+12
2017-11-10Merge branch 'linus' into x86/asm, to resolve conflictIngo Molnar1-5/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+37
2017-11-09Merge tag 'pm-final-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-5/+1
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2-6/+28
2017-11-09Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki1-5/+1
2017-11-08cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar1-1/+5
2017-11-08PM / s2idle: Clear the events_check_enabled flagRajat Jain1-1/+1
2017-11-08stop using '%pK' for /proc/kallsyms pointer valuesLinus Torvalds1-2/+47
2017-11-08module: export module signature enforcement statusBruno E. O. Meneguele1-0/+10
2017-11-08rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2-13/+13
2017-11-08timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+3
2017-11-08sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2-3/+2
2017-11-08irq_work: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-11-08irq/timings: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-11-08perf/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-6/+6
2017-11-08smp/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-11-08timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+1
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+2
2017-11-08workqueue: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-11-08irq/softirqs: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-5/+5
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar156-148/+482
2017-11-08locking/pvqspinlock: Implement hybrid PV queued/unfair locksWaiman Long1-9/+38
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky1-0/+19
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky2-6/+8
2017-11-07resource: Consolidate resource walking codeTom Lendacky1-27/+25
2017-11-07locking/rwlocks: Fix commentsCheng Jian1-1/+2
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-0/+2
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar154-240/+492
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar139-42/+219
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar138-20/+204
2017-11-06Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin1-0/+8
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin1-0/+61
2017-11-06workqueue: Fix comment for unbound workqueue's attrbutesWang Long1-1/+2
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin3-0/+75
2017-11-05bpf: remove old offload/analyzerJakub Kicinski1-75/+0
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski1-0/+1
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski1-4/+29
2017-11-05bpf: report offload info to user spaceJakub Kicinski2-0/+17
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski5-8/+217
2017-11-04cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath1-5/+1
2017-11-04Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar137-7/+157
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller135-2/+144
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin1-0/+12
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu26-260/+894
2017-11-03Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo1-5/+1
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar137-9/+168
2017-11-03bpf: fix verifier NULL pointer dereferenceCraig Gallek1-4/+8
2017-11-03bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann1-0/+4
2017-11-03bpf: fix link error without CONFIG_NETArnd Bergmann1-0/+2
2017-11-02rcu: Convert timers to use timer_setup()Kees Cook2-6/+7
2017-11-02Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner16-237/+542
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds134-0/+134
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier16-237/+542
2017-11-02futex: futex_wake_op, do not fail on invalid opJiri Slaby1-2/+10
2017-11-02kernel/time/Kconfig: Fix typo in commentRandy Dunlap1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman134-0/+134
2017-11-02bpf: also improve pattern matches for meta accessDaniel Borkmann1-69/+96
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann1-1/+1
2017-11-02bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer1-2/+2
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+13
2017-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-11-01signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton1-1/+1
2017-11-01watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus1-3/+5
2017-11-01watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner1-2/+5
2017-11-01clockevents: Update clockevents device next_event on stopPrasad Sodagudi1-0/+1
2017-11-01bpf: fix verifier memory leaksAlexei Starovoitov1-9/+18
2017-11-01irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick1-4/+2
2017-11-01futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra1-3/+20
2017-11-01bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song1-10/+7
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-4/+12
2017-11-01bpf: reduce verifier memory consumptionAlexei Starovoitov1-149/+288
2017-10-31userns: Simplify insert_extentEric W. Biederman1-11/+8
2017-10-31userns: Make map_id_down a wrapper for map_id_range_downEric W. Biederman1-37/+1
2017-10-31userns: Don't read extents twice in m_startEric W. Biederman1-2/+4