summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-134-5/+50
|\ \ \ \
| * | | | kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-5/+28
| * | | | kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-122-0/+4
| * | | | kgdb: Add module event hooksJason Wessel2012-10-121-0/+18
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-131-9/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2012-10-051-3/+6
| * | | | perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2012-10-051-6/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-2/+6
|\ \ \ \ \
| * | | | | infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-122-0/+4
| * | | | | make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro2012-10-111-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-135-99/+199
|\ \ \ \ \ \
| * | | | | | audit: make audit_inode take struct filenameJeff Layton2012-10-121-2/+23
| * | | | | | vfs: make path_openat take a struct filename pointerJeff Layton2012-10-121-3/+3
| * | | | | | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-121-0/+23
| * | | | | | vfs: define struct filename and have getname() return itJeff Layton2012-10-122-31/+37
| * | | | | | acct: constify the name arg to acct_onJeff Layton2012-10-121-1/+1
| * | | | | | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-27/+30
| * | | | | | audit: optimize audit_compare_dname_pathJeff Layton2012-10-124-12/+20
| * | | | | | audit: make audit_compare_dname_path use parent_len helperEric Paris2012-10-121-20/+7
| * | | | | | audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-124-10/+5
| * | | | | | audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-123-12/+60
| * | | | | | audit: add a new "type" field to audit_names structJeff Layton2012-10-121-5/+10
| * | | | | | audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-4/+4
| * | | | | | audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-121-1/+5
| * | | | | | audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-121-2/+2
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-126-164/+119
|\ \ \ \ \ \ \
| * | | | | | | timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-091-1/+1
| * | | | | | | timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian2012-10-091-4/+6
| * | | | | | | Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-10-0978-2670/+3421
| |\ \ \ \ \ \ \
| | * | | | | | | time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-241-14/+31
| | * | | | | | | time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2012-09-242-13/+5
| | * | | | | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-242-2/+2
| | * | | | | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
| | * | | | | | | time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz2012-09-241-55/+1
| | * | | | | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-1/+31
| | * | | | | | | alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz2012-09-241-4/+4
| | * | | | | | | alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz2012-09-241-67/+27
| | * | | | | | | alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor2012-09-241-5/+13
* | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-122-1/+70
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen2012-10-051-0/+56
| * | | | | | | | | sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen2012-10-051-0/+13
| * | | | | | | | | nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-051-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-122-11/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney2012-10-082-11/+16
* | | | | | | | | | Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-121-5/+28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | irqdomain: augment add_simple() to allocate descsLinus Walleij2012-10-101-5/+28
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs: handle failed audit_log_start properlySasha Levin2012-10-091-0/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | sanitize tsk_is_polling()Al Viro2012-10-011-1/+1