summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-031-3/+4
| * | | | ftrace: Create separate t_func_next() to simplify the function / hash logicSteven Rostedt (VMware)2017-03-311-14/+31
| * | | | ftrace: Update func_pos in t_start() when all functions are enabledSteven Rostedt (VMware)2017-03-311-0/+1
| * | | | ftrace: Return NULL at end of t_start() instead of calling t_hash_start()Steven Rostedt (VMware)2017-03-311-1/+1
| * | | | ftrace: Assign iter->hash to filter or notrace hashes on seq readSteven Rostedt (VMware)2017-03-311-12/+9
| * | | | ftrace: Clean up __seq_open_private() return checkSteven Rostedt (VMware)2017-03-311-11/+13
| * | | | tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)2017-03-241-0/+12
| * | | | ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)2017-03-241-0/+44
| * | | | ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)2017-03-243-2/+6
| * | | | tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)2017-03-241-0/+71
| * | | | tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)2017-03-241-1/+5
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-05-031-25/+56
|\ \ \ \
| * | | | printk: fix double printing with earlyconAleksey Makarov2017-04-121-10/+36
| * | | | printk: rename selected_console -> preferred_consoleAleksey Makarov2017-04-121-5/+5
| * | | | printk: fix name/type/scope of preferred_console varAleksey Makarov2017-04-121-6/+6
| * | | | printk: Correctly handle preemption in console_unlock()Petr Mladek2017-04-041-2/+6
| * | | | printk: use console_trylock() in console_cpu_notify()Sergey Senozhatsky2017-03-241-5/+6
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-031-2/+9
|\ \ \ \ \
| * | | | | mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-031-3/+3
| * | | | | lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-031-0/+4
| * | | | | lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-05-031-1/+4
* | | | | | 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
OpenPOWER on IntegriCloud