summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-0/+2
|\
| * Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-196-58/+73
| |\
| * \ Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-118-70/+103
| |\ \
| * \ \ Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-285-341/+477
| |\ \ \
| * \ \ \ BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-2331-160/+368
| |\ \ \ \
| * | | | | drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter2017-03-141-0/+2
* | | | | | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-034-32/+71
|\ \ \ \ \ \
| * | | | | | fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-103-6/+6
| * | | | | | fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-103-12/+15
| * | | | | | fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-102-2/+3
| * | | | | | fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-103-3/+6
| * | | | | | fsnotify: Detach mark from object list when last reference is droppedJan Kara2017-04-101-16/+15
| * | | | | | fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-4/+2
| * | | | | | fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-101-5/+20
| * | | | | | fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-2/+5
| * | | | | | audit_tree: Use mark flags to check whether mark is aliveJan Kara2017-04-101-3/+3
| * | | | | | audit: Abstract hash key handlingJan Kara2017-04-051-11/+28
* | | | | | | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-038-173/+201
|\ \ \ \ \ \ \
| * | | | | | | audit: fix the RCU locking for the auditd_connection structurePaul Moore2017-05-021-57/+100
| * | | | | | | audit: use kmem_cache to manage the audit_buffer cachePaul Moore2017-05-021-49/+17
| * | | | | | | audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-023-9/+9
| * | | | | | | audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-022-28/+58
| * | | | | | | audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-023-27/+13
| * | | | | | | audit: combine audit_receive() and audit_receive_skb()Paul Moore2017-05-021-11/+8
| * | | | | | | audit: convert audit_watch.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
| * | | | | | | audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
| * | | | | | | audit: log module name on delete_moduleRichard Guy Briggs2017-05-021-0/+2
| * | | | | | | audit: remove unnecessary semicolon in audit_watch_handle_event()Nicholas Mc Guire2017-05-021-1/+1
| * | | | | | | audit: remove unnecessary semicolon in audit_mark_handle_event()Nicholas Mc Guire2017-05-021-1/+1
| * | | | | | | audit: remove unnecessary semicolon in audit_field_valid()Nicholas Mc Guire2017-05-021-2/+2
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-032-13/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-281-1/+6
| * | | | | | | | update to v4.11-rc4 due to memory corruption bug in rc2James Morris2017-03-2834-496/+840
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | prlimit,security,selinux: add a security hook for prlimitStephen Smalley2017-03-061-12/+18
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-023-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-243-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-0210-281/+1068
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model...Jiri Kosina2017-05-0110-276/+1060
| |\ \ \ \ \ \ \ \
| | * | | | | | | | livepatch: Cancel transition a safe way for immediate patchesPetr Mladek2017-04-111-20/+0
| | * | | | | | | | livepatch: make klp_mutex proper part of APIJiri Kosina2017-03-083-2/+8
| | * | | | | | | | livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-082-33/+84
| | * | | | | | | | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-088-25/+706
| | * | | | | | | | livepatch: store function sizesJosh Poimboeuf2017-03-081-0/+16
| | * | | | | | | | livepatch: use kstrtobool() in enabled_store()Josh Poimboeuf2017-03-081-8/+5
| | * | | | | | | | livepatch: move patching functions into patch.cJosh Poimboeuf2017-03-084-202/+247
| | * | | | | | | | livepatch: remove unnecessary object loaded checkJosh Poimboeuf2017-03-081-3/+0
| | * | | | | | | | livepatch: separate enabled and patched statesJosh Poimboeuf2017-03-081-36/+36
| | * | | | | | | | livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf2017-03-081-0/+3
| | * | | | | | | | stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-081-2/+10
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | livepatch: add missing printk newlinesJosh Poimboeuf2017-04-161-4/+4