linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-26 01:55:44 to 2017-05-26 08:45:22 UTC [more...]

[patch V3 19/32] perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()
 2017-05-26  8:41 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 18/32] x86/perf: Drop EXPORT of perf_check_microcode
 2017-05-26  8:41 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH] reset: hisilicon: Fix hi6220 module license
 2017-05-26  8:44 UTC  (3+ messages)

[patch V3 17/32] cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()
 2017-05-26  8:40 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 16/32] powerpc/powernv: Use stop_machine_cpuslocked()
 2017-05-26  8:40 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 14/32] ARM/hw_breakpoint: Use cpuhp_setup_state_cpuslocked()
 2017-05-26  8:38 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 15/32] s390/kernel: Use stop_machine_cpuslocked()
 2017-05-26  8:39 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 12/32] hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()
 2017-05-26  8:37 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 13/32] perf/x86/intel/cqm: Use cpuhp_setup_state_cpuslocked()
 2017-05-26  8:38 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 11/32] hwtracing/coresight-etm3x: Use cpuhp_setup_state_nocalls_cpuslocked()
 2017-05-26  8:37 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 10/32] KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()
 2017-05-26  8:36 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 09/32] cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()
 2017-05-26  8:36 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH 0/6] MFD: add driver for HiSilicon Hi6421v530 PMIC
 2017-05-26  8:33 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: mfd: Add hi6421v530 bindings
` [PATCH 2/6] mfd: hi6421-pmic: move hi6421_regmap_config definition to header file
` [PATCH 3/6] mfd: hi6421v530: add support for HiSilicon Hi6421v530
` [PATCH 4/6] regulator: hi6421v530: add driver for hi6421v530 voltage regulator
` [PATCH 5/6] arm64: dts: hikey960: add device node for pmic and regulators
` [PATCH 6/6] arm64: defconfig: enable hi6421v530 MFD and regulator

[patch V3 08/32] x86/mtrr: Remove get_online_cpus() from mtrr_save_state()
 2017-05-26  8:35 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 07/32] padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()
 2017-05-26  8:35 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH v3] add the option of fortified string.h functions
 2017-05-26  8:35 UTC  (3+ messages)

[patch V3 06/32] padata: Make padata_alloc() static
 2017-05-26  8:34 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 05/32] stop_machine: Provide stop_machine_cpuslocked()
 2017-05-26  8:33 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 04/32] cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()
 2017-05-26  8:33 UTC  (2+ messages)
` [tip:smp/hotplug] "

linux-next: build warning after merge of the drivers-x86 tree
 2017-05-26  8:35 UTC  (6+ messages)

[patch V3 02/32] cpu/hotplug: Provide lockdep_assert_cpus_held()
 2017-05-26  8:32 UTC  (2+ messages)
` [tip:smp/hotplug] "

[patch V3 03/32] cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()
 2017-05-26  8:32 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH] ARM: dts: rockchip: correct regular setting for act8846
 2017-05-26  8:35 UTC  (6+ messages)

[patch V3 01/32] cpu/hotplug: Provide cpus_read|write_[un]lock()
 2017-05-26  8:31 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH V2 00/37] perf intel-pt: Power events and PTWRITE
 2017-05-26  8:17 UTC  (38+ messages)
` [PATCH V2 01/37] perf intel-pt: Move decoder error setting into one condition
` [PATCH V2 02/37] perf intel-pt: Improve sample timestamp
` [PATCH V2 03/37] perf intel-pt: Fix missing stack clear
` [PATCH V2 04/37] perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
` [PATCH V2 05/37] perf intel-pt: Fix last_ip usage
` [PATCH V2 06/37] perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
` [PATCH V2 07/37] perf intel-pt: Use FUP always when scanning for an IP
` [PATCH V2 08/37] perf intel-pt: Clear FUP flag on error
` [PATCH V2 09/37] perf intel-pt: Add missing __fallthrough
` [PATCH V2 10/37] perf intel-pt: Allow decoding with branch tracing disabled
` [PATCH V2 11/37] perf intel-pt: Add default config for pass-through branch enable
` [PATCH V2 12/37] perf intel-pt: Add documentation for new config terms
` [PATCH V2 13/37] perf intel-pt: Add decoder support for ptwrite and power event packets
` [PATCH V2 14/37] perf intel-pt: Add reserved byte to CBR packet payload
` [PATCH V2 15/37] perf intel-pt: Add decoder support for CBR events
` [PATCH V2 16/37] perf intel-pt: Remove redundant initial_skip checks
` [PATCH V2 17/37] perf intel-pt: Fix transactions_sample_type
` [PATCH V2 18/37] perf tools: Fix message because cpu list option is -C not -c
` [PATCH V2 19/37] perf script: Fix message because field list option is -F not -f
` [PATCH V2 20/37] perf script: Add 'synth' event type for synthesized events
` [PATCH V2 21/37] perf script: Add 'synth' field for synthesized event payloads
` [PATCH V2 22/37] tools include: Add byte-swapping macros to kernel.h
` [PATCH V2 23/37] perf auxtrace: Add itrace option to output ptwrite events
` [PATCH V2 24/37] perf auxtrace: Add itrace option to output power events
` [PATCH V2 25/37] perf script: Add synthesized Intel PT power and ptwrite events
` [PATCH V2 26/37] perf intel-pt: Factor out common code synthesizing event samples
` [PATCH V2 27/37] perf intel-pt: Remove unused instructions_sample_period
` [PATCH V2 28/37] perf intel-pt: Join needlessly wrapped lines
` [PATCH V2 29/37] perf intel-pt: Tidy Intel PT evsel lookup into separate function
` [PATCH V2 30/37] perf intel-pt: Tidy messages into called function intel_pt_synth_event()
` [PATCH V2 31/37] perf intel-pt: Factor out intel_pt_set_event_name()
` [PATCH V2 32/37] perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting
` [PATCH V2 33/37] perf intel-pt: Synthesize new power and ptwrite events
` [PATCH V2 34/37] perf intel-pt: Add example script for power events and PTWRITE
` [PATCH V2 35/37] perf intel-pt: Update documentation to include new ptwrite and power events
` [PATCH V2 36/37] perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC
` [PATCH V2 37/37] perf auxtrace: Add CPU filter support

[PATCH 00/37] perf intel-pt: Power events and PTWRITE
 2017-05-26  8:26 UTC  (4+ messages)
` [PATCH 37/37] perf intel-pt: Improve sample timestamp

[PATCH v5 0/5] drm/i915/gvt: Dma-buf support for GVT-g
 2017-05-26  8:28 UTC  (4+ messages)
` [PATCH v5 4/5] drm/i915/gvt: Dmabuf "
  ` [Intel-gfx] "

[PATCH 0/5] security, efi: Set lockdown if in secure boot mode
 2017-05-26  8:29 UTC  (9+ messages)
` [PATCH 1/5] efi: Move the x86 secure boot switch to generic code
` [PATCH 2/5] efi: Add EFI_SECURE_BOOT bit
` [PATCH 3/5] Add the ability to lock down access to the running kernel image
` [PATCH 4/5] efi: Lock down the kernel if booted in secure boot mode

[PATCH 0/8] i2c: refactor core and break out blocks
 2017-05-26  8:20 UTC  (9+ messages)
` [PATCH 1/8] i2c: rename core source file to allow refactorization
` [PATCH 2/8] i2c: break out slave support into seperate file
` [PATCH 3/8] i2c: break out smbus "
` [PATCH 4/8] i2c: break out OF "
` [PATCH 5/8] i2c: break out ACPI "
` [PATCH 6/8] docs: i2c: dev-interface: adapt to new filenames of the i2c core
` [PATCH 7/8] i2c: remove unneeded includes from core
` [PATCH 8/8] i2c: reformat core-base file header

[PATCH] arm64: dts: uniphier: reserve more memory for LD11/LD20
 2017-05-26  8:18 UTC 

[PATCH] arm64: dts: uniphier: reserve more memory for LD11/LD20
 2017-05-26  8:17 UTC 

[PATCH] ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR
 2017-05-26  8:16 UTC  (6+ messages)

[RFC PATCH v3 05/12] x86/ioapic: Refactor the delay logic in timer_irq_works()
 2017-05-26  8:10 UTC  (2+ messages)
` [RFC PATCH v4 "

[PATCH] powerpc/perf: Fix Power9 test_adder field
 2017-05-26  8:08 UTC 

[PATCH 0/5] MIPS: Implement eBPF JIT
 2017-05-26  8:07 UTC  (5+ messages)
` [PATCH 1/5] MIPS: Optimize uasm insn lookup
` [PATCH 5/5] MIPS: Add support for eBPF JIT

[GIT PULL] sound fixes for 4.12-rc3
 2017-05-26  8:02 UTC 

[PATCH v3 0/2] net: phy: Support managed Cortina phys
 2017-05-26  7:58 UTC  (3+ messages)
` [PATCH v3 1/2] net: phy: Add Cortina CS4340 driver
` [PATCH v3 2/2] dt-bindings: net: Add Cortina device tree bindings

[patch V3 00/32] cpu/hotplug: Convert get_online_cpus() to a percpu_rwsem
 2017-05-26  7:47 UTC  (5+ messages)
` [patch V3 25/32] kprobes: Cure hotplug lock ordering issues

[PATCH 2/2] Revert "ACPI / button: Change default behavior to lid_init_state=open"
 2017-05-26  7:39 UTC  (2+ messages)

[PATCH v2 0/3] clk: hi3660: add more clocks and fix bugs
 2017-05-26  7:38 UTC  (4+ messages)
` [PATCH v2 1/3] clk: hi3660: fix wrong parent name of clk_mux_sysbus
` [PATCH v2 2/3] clk: hi3660: add clocks for video encoder, decoder and ISP
` [PATCH v2 3/3] clk: hi3660: Set PPLL2 to 2880M

[PATCH v4 0/2] Add i2c dt-binding and device node for Mediatek MT2701 Soc
 2017-05-26  7:35 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: i2c: Add Mediatek MT2701 i2c binding
` [PATCH v4 2/2] arm: dts: Add Mediatek MT2701 i2c device node

[PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging
 2017-05-26  7:21 UTC  (5+ messages)

[ANNOUNCE] autofs 5.1.3 release
 2017-05-26  7:18 UTC 

[PATCH v2 0/4] Add iomux-route switching support
 2017-05-26  7:20 UTC  (5+ messages)
` [PATCH v2 1/4] pinctrl: rockchip: "
` [PATCH v2 2/4] pinctrl: rockchip: Add iomux-route switching support for rk3228
` [PATCH v2 3/4] pinctrl: rockchip: Add iomux-route switching support for rk3328
` [PATCH v2 4/4] pinctrl: rockchip: Add iomux-route switching support for rk3399

[PATCH] KVM: x86: dynamically allocate large struct in em_fxrstor
 2017-05-26  7:18 UTC  (6+ messages)

timer_create affinity
 2017-05-26  7:13 UTC  (2+ messages)

Why does callback irq_startup in struct irq_chip return _unsigned_ int ?
 2017-05-26  7:13 UTC  (2+ messages)

[PATCH V2] ARM: dts: rockchip:add sd card support for firefly reload board
 2017-05-26  7:07 UTC 

[lkp-robot] [rcu] d34303a1ef: unixbench.score -12.8% regression
 2017-05-26  7:03 UTC 

[PATCH] x86/ftrace: Make sure that ftrace trampolines are not RWX
 2017-05-26  7:03 UTC  (9+ messages)
        ` [PATCH V2] "

[PATCH V2] ARM: dts: rockchip:remove hs200 support for firefly reload
 2017-05-26  7:03 UTC  (2+ messages)

[PATCH] arm: dts: r7s72100: Add support for GR-Peach
 2017-05-26  6:56 UTC  (4+ messages)

[PATCH 1/1] futex: remove duplicated code
 2017-05-26  6:54 UTC  (5+ messages)

[PATCH 1/7] DWARF: add option to preserve unwind info
 2017-05-26  6:54 UTC  (9+ messages)
` [PATCH 7/7] DWARF: add the config option

[PATCH 01/15] liblockdep: Fix undefined symbol prandom_u32
 2017-05-26  6:54 UTC  (4+ messages)

[PATCH v2] PCI: Add ATS-disable quirk for AMD Stoney GPUs
 2017-05-26  6:48 UTC  (7+ messages)

[PATCH 00/21] liblockdep fixes for v4.12
 2017-05-26  6:52 UTC  (2+ messages)

[PATCH] drm/rockchip: Don't allow zero sized gem buffer
 2017-05-26  6:50 UTC  (5+ messages)

[PATCH] pinctrl/amd: Use regular interrupt instead of chained
 2017-05-26  6:48 UTC  (3+ messages)

[PATCH] iio: adc: xilinx: Handle return value of clk_prepare_enable
 2017-05-26  6:37 UTC 

[linux-next] PPC Lpar fail to boot with error hid: module verification failed: signature and/or required key missing - tainting kernel
 2017-05-26  6:24 UTC  (3+ messages)

[PATCH 0/2] nohz: Deal with clock reprogram skipping issues v3
 2017-05-26  6:13 UTC  (6+ messages)

[RFC PATCH tip/master] kprobes: Use synchronize_rcu_tasks() for optprobe wit CONFIG_PREEMPT
 2017-05-26  6:10 UTC  (4+ messages)

[RESEND: PATCH v4 0/4] Add memory ownership switch support and enable mss rproc on msm8996
 2017-05-26  6:09 UTC  (14+ messages)
` [RESEND: PATCH v4 1/4] firmware: scm: Add new SCM call for switching memory ownership
` [RESEND: PATCH v4 2/4] remoteproc: qcom: refactor mss fw image loading sequence
` [RESEND: PATCH v4 3/4] remoteproc: qcom: Make secure world call for mem ownership switch
` [RESEND: PATCH v4 4/4] remoteproc: qcom: Add support for mss boot on msm8996

[PATCH v2 net-next 0/3] bpf: Add BPF support to all perf_event
 2017-05-26  5:55 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] perf, bpf: Add BPF support to all perf_event types
` [PATCH v2 net-next 2/3] samples/bpf: add samples for more perf event types
` [PATCH v2 net-next 3/3] bpf: update perf event helper functions documentation

[PATCH net-next v3 0/5] net-next: dsa: add Mediatek MT7530 support
 2017-05-26  5:54 UTC  (4+ messages)
` [PATCH net-next v3 5/5] net-next: dsa: add dsa support for Mediatek MT7530 switch

[PATCH] ARM: dts: rockchip:add sd card support
 2017-05-26  5:52 UTC 

PCI irq affinity fix for 4.12
 2017-05-26  5:46 UTC  (4+ messages)
` [PATCH] PCI/msi: fix the pci_alloc_irq_vectors_affinity stub
  ` [PATCH v2] "

[PATCH V2 2/2]: powerpc/hotplug/mm: Fix hot-add memory node assoc
 2017-05-26  5:38 UTC  (3+ messages)

[PATCH] iscsi-target: Fix initial login PDU asynchronous socket close OOPs
 2017-05-26  5:32 UTC 

[PATCH] Input: mousedev - fix implicit conversion warning
 2017-05-26  5:22 UTC 

Ich brauche deine Hilfe!
 2017-05-26  5:06 UTC 

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-26  5:04 UTC  (7+ messages)
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption

[PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
 2017-05-26  5:02 UTC 

[PATCH V4 00/17] thermal: cpu_cooling: improve interaction with cpufreq core
 2017-05-26  4:57 UTC  (3+ messages)

[BUGFIX PATCH] kprobes/x86: Fix to set RWX bits correctly before releasing trampoline
 2017-05-26  4:44 UTC  (2+ messages)
` [PATCH] selftests/ftrace: Add a testcase for many kprobe events

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2017-05-26  4:43 UTC  (5+ messages)
` [Patch v2] "

[git pull] drm fixes for v4.12-rc3
 2017-05-26  4:33 UTC 

[PATCH v5 00/10] Introduce new mode validation callbacks
 2017-05-26  4:27 UTC  (5+ messages)
` [PATCH v5 02/10] drm: Introduce drm_bridge_mode_valid()
` [PATCH v5 06/10] drm/bridge: analogix-anx78xx: Use bridge->mode_valid() callback

[PATCH 0/5] ASoC: add HDMI sound support for Codec
 2017-05-26  4:24 UTC  (6+ messages)
` [PATCH 5/5] drm: dw-hdmi-i2s: add .get_dai_id callback for ALSA SoC

[PATCH] mm/zsmalloc: fix -Wunneeded-internal-declaration warning
 2017-05-26  4:15 UTC  (3+ messages)

[PATCH net] sky2: Do not deadlock on sky2_hw_down
 2017-05-26  3:58 UTC  (4+ messages)

[PATCH 1/3] arm64: allwinner: a64: Add initial Orangepi Win/WinPlus support
 2017-05-26  3:54 UTC  (3+ messages)
` [linux-sunxi] "

[Patch 2/2]: powerpc/hotplug/mm: Fix hot-add memory node assoc
 2017-05-26  3:46 UTC  (11+ messages)

[PATCH v4 0/6] Add kselftest_harness.h
 2017-05-26  3:45 UTC  (3+ messages)
` [PATCH v4 6/6] Documentation/dev-tools: Add kselftest_harness documentation

[PATCH 0/4] Add iomux-route switching support
 2017-05-26  3:38 UTC  (4+ messages)
` [PATCH 2/4] pinctrl: rockchip: Add iomux-route switching support for rk3228

[PATCH] ipc/sem: Avoid indexing past end of sem_array
 2017-05-26  3:37 UTC  (7+ messages)
` [PATCH 0/20 V3] Misc cleanups for ipc
  ` [PATCH 02/20] ipc: merge ipc_rcu and kern_ipc_perm

[PATCH 0/2] reset: Basic reset controller
 2017-05-26  3:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: reset: Add bindings for basic "
` [PATCH 2/2] reset: Add basic single-register reset driver

[patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration
 2017-05-26  3:24 UTC  (12+ messages)

[PATCH v9 6/7] LPC: Add the ACPI LPC support
 2017-05-26  3:12 UTC  (2+ messages)

linux-next: Tree for May 26
 2017-05-26  3:11 UTC 

[PATCH 0/4] firmware: signature verification
 2017-05-26  3:06 UTC  (5+ messages)
` [PATCH 1/4] firmware: add firmware signing
` [PATCH 2/4] scripts: sign-file: add firmware-signing option
` [PATCH 3/4] test: firmwware: add signature test to driver_data loader test
` [PATCH 4/4] firmware: document signature verification for driver data

[PATCH] staging: lustre: Replace printk_ratelimited with pr_warn_ratelimited
 2017-05-26  3:01 UTC 

linux-next: build warning after merge of the akpm-current tree
 2017-05-26  2:43 UTC 

[PATCH v2] drm/rockchip: Don't allow zero sized gem buffer
 2017-05-26  2:16 UTC 

[PATCH] mm/vmalloc: a slight change of compare target in __insert_vmap_area()
 2017-05-26  1:55 UTC  (4+ messages)

[PATCH v3 0/8] x86 TLB flush cleanups, moving toward PCID support
 2017-05-26  2:01 UTC  (4+ messages)
` [PATCH v3 2/8] x86/mm: Change the leave_mm() condition for local TLB flushes

[PATCH v8 0/4] add PCIe driver for Kirin PCIe
 2017-05-26  1:53 UTC  (4+ messages)
` [PATCH v8 1/4] PCI: hisi: Add DT binding for PCIe of Kirin SoC series
` [PATCH v8 3/4] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC
` [PATCH v8 4/4] defconfig: PCI: Enable Kirin PCIe defconfig

[PATCH v2] serial: 8250_of: Add reset support
 2017-05-26  1:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).