summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek2018-04-171-8/+18
* livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek2018-04-171-29/+53
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-314-53/+145
|\
| * Merge branch 'for-4.16/remove-immediate' into for-linusJiri Kosina2018-01-312-55/+6
| |\
| | * livepatch: Remove immediate featureMiroslav Benes2018-01-112-55/+6
| * | livepatch: add locking to force and signal functionsMiroslav Benes2018-01-111-24/+28
| |/
| * livepatch: force transition to finishMiroslav Benes2017-12-073-2/+65
| * livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-044-1/+75
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-0/+2
|\ \
| * | rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney2017-12-071-0/+2
* | | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-301-28/+22
|\ \ \
| * | | bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro2018-01-051-28/+22
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-306-12/+12
|\ \ \ \
| * | | | ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro2017-11-281-1/+1
| * | | | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-275-11/+11
| | |/ / | |/| |
* | | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-01-301-3/+3
|\ \ \ \
| * | | | string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-191-3/+3
* | | | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-01-301-24/+40
|\ \ \ \ \
| * | | | | workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo2018-01-081-2/+8
| * | | | | workqueue: separate out init_rescuer()Tejun Heo2018-01-081-23/+33
* | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-301-1/+1
|\ \ \ \ \ \
| * | | | | | fix typo in assignment of fs default overflow gidWolffhardt Schwabe2017-12-141-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-306-34/+337
|\ \ \ \ \ \
| * | | | | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-0/+15
| * | | | | | signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2018-01-221-0/+61
| * | | | | | signal: Add send_sig_fault and force_sig_faultEric W. Biederman2018-01-221-0/+47
| * | | | | | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-222-2/+2
| * | | | | | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-221-1/+2
| * | | | | | ptrace: Use copy_siginfo in setsiginfo and getsiginfoEric W. Biederman2018-01-161-2/+2
| * | | | | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-0/+90
| * | | | | | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-152-3/+2
| * | | | | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-0/+81
| * | | | | | signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-151-3/+6
| * | | | | | signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman2018-01-121-4/+0
| * | | | | | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2018-01-121-4/+5
| * | | | | | signal: Clear si_sys_private before copying siginfo to userspaceEric W. Biederman2018-01-121-0/+3
| * | | | | | signal: Ensure no siginfo union member increases the size of struct siginfoEric W. Biederman2018-01-121-0/+1
| * | | | | | signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman2018-01-121-1/+8
| * | | | | | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-0/+4
| * | | | | | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-033-16/+10
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-0/+1
|\ \ \ \ \ \ \
| * | | | | | | perf: Export perf_event_update_userpageSuzuki K Poulose2018-01-021-0/+1
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-306-151/+321
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-103-6/+24
| * | | | | | | | sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-101-3/+10
| * | | | | | | | sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2018-01-102-3/+3
| * | | | | | | | sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli2018-01-101-6/+10
| * | | | | | | | sched/cpufreq: Split utilization signalsJuri Lelli2018-01-101-14/+16
| * | | | | | | | sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-104-36/+129
| * | | | | | | | sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-102-9/+10