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
AgeCommit message (Expand)Author
2017-04-08sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang
2017-04-07sysctl: don't print negative flag for proc_douintvecLiping Zhang
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang
2017-01-26sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-15coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan
2016-12-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)
2016-10-25x86/dumpstack: Remove raw stack dumpJosh Poimboeuf
2016-10-20sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-09-28compat: remove compat_printk()Arnd Bergmann
2016-09-28fs/file: more unsigned file descriptorsAlexey Dobriyan
2016-08-27sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
2016-08-03printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-07-29mm: convert zone_reclaim to node_reclaimMel Gorman
2016-06-16rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins
2016-05-17perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo
2016-05-17perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2016-03-18mm: scale kswapd watermarks in proportion to memoryJohannes Weiner
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-21sysctl: enable strict writesKees Cook
2016-01-20pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-01-15mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro
2015-11-06kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus
2015-11-06kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina
2015-10-13bpf: enable non-root eBPF programsAlexei Starovoitov
2015-09-10sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-06-25watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-04-17kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt
2015-04-16mm: allow compaction of unevictable pagesEric B Munson
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell
2015-04-15Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o