summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: Clean up do_syslog() error handlingNikitas Angelinas2017-08-151-23/+12
* printk/console: Enhance the check for consoles using init memoryPetr Mladek2017-07-271-2/+10
* printk/console: Always disable boot consoles that use init memory before it i...Matt Redfearn2017-07-271-11/+9
* printk: Modify operators of printed_len and text_lenPierre Kuo2017-07-271-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-07-053-14/+47
|\
| * Merge branch 'for-4.13' into for-linusPetr Mladek2017-07-033-14/+47
| |\
| | * printk: add __printf attributes to internal functionsNicolas Iooss2017-06-131-5/+5
| | * printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek2017-05-193-9/+42
* | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-044-14/+36
|\ \ \
| * \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2017-07-032-7/+30
| |\ \ \
| | * \ \ Merge branch 'uuid-types'Rafael J. Wysocki2017-06-221-2/+2
| | |\ \ \
| | * | | | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-152-7/+30
| * | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2017-07-032-7/+6
| |\ \ \ \ \
| | * | | | | PM: hibernate: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
| | * | | | | PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo2017-06-271-3/+2
| | * | | | | PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh2017-06-271-3/+3
| * | | | | | Merge branch 'uuid-types'Rafael J. Wysocki2017-07-031-2/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-036-27/+27
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-185-26/+26
| |\ \ \ \ \ \ \
| | * | | | | | | irq: update genericirq book locationMauro Carvalho Chehab2017-05-163-3/+3
| | * | | | | | | mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-162-23/+23
| * | | | | | | | doc: ReSTify credentials.txtKees Cook2017-05-181-1/+1
* | | | | | | | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-032-2/+14
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-1223-142/+156
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FSRoberto Pereira2017-06-091-0/+2
| * | | | | | | | | config: android-base: add CGROUP_BPFChenbo Feng2017-06-091-0/+1
| * | | | | | | | | config: android-base: add CONFIG_MODULES optionGreg Kroah-Hartman2017-06-091-1/+3
| * | | | | | | | | config: android-base: add CONFIG_IKCONFIG optionGreg Kroah-Hartman2017-06-091-0/+2
| * | | | | | | | | config: android-recommended: enable CONFIG_CPU_SW_DOMAIN_PANSami Tolvanen2017-06-091-1/+2
| * | | | | | | | | config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLEMax Shi2017-06-091-0/+2
| * | | | | | | | | config: android-recommended: enable CONFIG_ARM64_SW_TTBR0_PANSami Tolvanen2017-06-091-0/+1
| * | | | | | | | | config: android-recommended: enable fstack-protector-strongJeff Vander Stoep2017-06-091-0/+1
* | | | | | | | | | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-4/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-036-236/+244
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpu/hotplug: Constify attribute_group structuresArvind Yadav2017-06-301-2/+2
| * | | | | | | | | | cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann2017-06-121-24/+0
| * | | | | | | | | | perf/core: Don't release cred_guard_mutex if not takenAlexander Levin2017-06-031-1/+1
| * | | | | | | | | | cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2017-05-261-0/+13
| * | | | | | | | | | cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner2017-05-261-94/+13
| * | | | | | | | | | kprobes: Cure hotplug lock ordering issuesThomas Gleixner2017-05-261-27/+32
| * | | | | | | | | | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-6/+14
| * | | | | | | | | | perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner2017-05-261-30/+76
| * | | | | | | | | | cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior2017-05-261-1/+1
| * | | | | | | | | | padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior2017-05-261-5/+6
| * | | | | | | | | | padata: Make padata_alloc() staticThomas Gleixner2017-05-261-16/+16
| * | | | | | | | | | stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-4/+7
| * | | | | | | | | | cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner2017-05-261-3/+15
| * | | | | | | | | | cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior2017-05-261-11/+36
| * | | | | | | | | | cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner2017-05-261-18/+18
| |/ / / / / / / / /
OpenPOWER on IntegriCloud