summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Create cmdline tracer options on tracing fs initSteven Rostedt (Red Hat)2015-02-031-9/+21
* tracing: Only create tracer options files if directory existsSteven Rostedt (Red Hat)2015-02-031-2/+5
* Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt (Red Hat)2015-02-0219-236/+423
|\
| * kernel: avoid overflow in cmp_rangeLouis Langholtz2015-01-171-5/+5
| * Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-173-23/+100
| |\
| | * tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)2015-01-151-14/+55
| | * tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)2015-01-151-1/+0
| | * ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)2015-01-151-7/+20
| | * ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-151-1/+25
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-113-30/+14
| |\ \
| | * | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| | * | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1
| | * | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
| | * | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
| | * | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-111-11/+8
| |\ \ \
| | * | | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-091-11/+8
| | | |/ | | |/|
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-01-111-1/+1
| |\ \ \
| | * | | mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-091-1/+1
| | |/ /
| * | | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-096-139/+228
| |\ \ \
| | * | | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-111-22/+21
| | * | | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-113-3/+14
| | * | | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-111-1/+1
| | * | | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-111-1/+29
| | * | | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-113-41/+102
| | * | | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-113-34/+33
| | * | | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-14/+7
| | * | | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-113-51/+51
| | * | | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-112-4/+4
| | * | | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-112-2/+0
| * | | | exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2015-01-081-3/+9
| | |/ / | |/| |
| * | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-311-9/+40
| |\ \ \
| | * | | audit: create private file name copies when auditing inodesPaul Moore2014-12-301-9/+40
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-301-1/+1
| |\ \ \ \
| | * | | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-1/+1
| * | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-233-21/+24
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | * | | audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-231-0/+10
| | * | | audit: correctly record file names with different path name typesPaul Moore2014-12-221-4/+10
| | * | | audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2014-12-191-4/+4
| | * | | audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2014-12-191-13/+0
* | | | | tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)2015-02-021-21/+30
* | | | | tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)2015-02-022-2/+1
* | | | | trace: Use 64-bit timekeepingTina Ruchandani2015-01-281-10/+8
* | | | | tracing: Add array printing helperDave Martin2015-01-281-0/+44
* | | | | tracing: Remove newline from trace_printk warning bannerBorislav Petkov2015-01-271-1/+2
* | | | | tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-229-12/+12
* | | | | tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-229-17/+0
* | | | | tracing: Remove taking of trace_types_lock in pipe filesSteven Rostedt (Red Hat)2014-12-221-82/+28
* | | | | tracing: Add ref count to tracer for when they are being read by pipeSteven Rostedt (Red Hat)2014-12-222-1/+16
|/ / / /
* | | | Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-201-10/+6
|\ \ \ \
OpenPOWER on IntegriCloud