Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng
2010-10-29kdb: Fix early debugging crash regressionJason Wessel
2010-10-29kdb: fix per_cpu command to remove supress maskJason Wessel
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-10-29convert cgroup and cpusetAl Viro
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds
2010-10-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-28Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-10-28Remove duplicate includes from many filesZimny Lech
2010-10-28kernel/resource.c: handle reinsertion of an already-inserted resourceHuang Shijie
2010-10-28taskstats: use real microsecond granularity for CPU timesMichael Holzheu
2010-10-28taskstats: split fill_pid functionMichael Holzheu
2010-10-28taskstats: separate taskstats commandsMichael Holzheu
2010-10-28delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney
2010-10-28/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki
2010-10-28exit: add lock context annotation on find_new_reaper()Namhyung Kim
2010-10-28signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-28signals: annotate lock context change on ptrace_stop()Namhyung Kim
2010-10-28signals: annotate lock_task_sighand()Namhyung Kim
2010-10-28ptrace: cleanup ptrace_request()Namhyung Kim
2010-10-28ptrace: change signature of sys_ptrace() and friendsNamhyung Kim
2010-10-28ptrace: annotate lock context change on exit_ptrace()Namhyung Kim
2010-10-28cgroup: notify ns_cgroup deprecatedDaniel Lezcano
2010-10-28cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov
2010-10-28cgroup: make the mount options parsing more accurateDaniel Lezcano
2010-10-28cgroup: add clone_children control fileDaniel Lezcano
2010-10-28cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert
2010-10-28cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert
2010-10-28cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert
2010-10-27Typedef SMP call function pointerDavid Howells
2010-10-27(trivial) Fix compiler warning in kernel/modules.cMichał Mirosław
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-27docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap
2010-10-27printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim
2010-10-27printk: change type of 'boot_delay' to int *Namhyung Kim
2010-10-27printk: add lock context annotationNamhyung Kim
2010-10-27printk: fixup declaration of kmsg_reasonsNamhyung Kim
2010-10-27stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-10-27kernel/stop_machine.c: fix unused variable warningRakib Mullick
2010-10-27fs: allow for more than 2^31 filesEric Dumazet
2010-10-27kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2010-10-27workqueues: s/ON_STACK/ONSTACK/Andrew Morton
2010-10-27use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-27mm: strictly nested kmap_atomic()Peter Zijlstra
2010-10-27oom: add per-mm oom disable countYing Han
2010-10-27resources: support allocating space within a region from the top downBjorn Helgaas
2010-10-27resources: handle overflow when aligning start of available areaBjorn Helgaas