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
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai
2015-11-10remove abs64()Andrew Morton
2015-11-10kernel.h: make abs() work with 64-bit typesMichal Nazarewicz
2015-11-07lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-07-18include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-07-01kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke
2015-06-27Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-05-28ring-buffer: Remove useless unused tracing_off_permanent()Steven Rostedt (Red Hat)
2015-05-28sysfs: tightened sysfs permission checksGobinda Charan Maji
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand
2015-04-17kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino
2015-02-13kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings
2014-12-15Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-12-11kernel: add panic_on_warnPrarit Bhargava
2014-11-06tty: Move session_of_pgrp() and make staticPeter Hurley
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra
2014-10-24Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-14include/linux: remove strict_strto* definitionsDaniel Walter
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-10-10include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz
2014-10-10include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz
2014-10-03lib: Add a generic cmdline parse function parse_option_strDave Young
2014-09-16Provide a binary to hex conversion functionDavid Howells
2014-08-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-08-09panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-08-07kernel.h: remove deprecated pack_hex_byteJoe Perches
2014-07-27sysfs: disallow world-writable files.Rusty Russell
2014-06-26mac_pton: Use bool not int returnJoe Perches
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2014-03-21Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-24kernel.h: define u8, s8, u32, etc. limitsAlex Elder
2014-01-22net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-12-13include/linux/kernel.h: make might_fault() a nop for !MMUAxel Lin
2013-11-26panic: Make panic_timeout configurableJason Baron
2013-11-07tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks
2013-08-03tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds