linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-30 21:28:55 to 2016-05-30 22:33:06 UTC [more...]

[PATCH v1 0/3] Introduce the latent_entropy gcc plugin
 2016-05-30 22:39 UTC  (6+ messages)
` [PATCH v1 1/3] Add "

[PATCH 00/15] mtd: nand: allow vendor specific detection/initialization
 2016-05-30 22:32 UTC  (7+ messages)
` [PATCH 13/15] mtd: nand: samsung: retrieve ECC requirements from extended ID

[PATCHv3 00/48] thermal: reorganizing thermal core
 2016-05-30 22:16 UTC  (49+ messages)
` [PATCHv3 01/48] thermal: core: prevent zones with no types to be registered
` [PATCHv3 02/48] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv3 03/48] thermal: core: group device_create_file() calls that are always created
` [PATCHv3 04/48] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv3 05/48] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv3 06/48] thermal: core: move mode attribute "
` [PATCHv3 07/48] thermal: core: move passive attr "
` [PATCHv3 08/48] thermal: core: improve power actor documentation
` [PATCHv3 09/48] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv3 10/48] thermal: core: remove useless empty line
` [PATCHv3 11/48] thermal: core: fix style on remove_trip_attrs()
` [PATCHv3 12/48] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv3 13/48] thermal: core: create tz->device.groups dynamically
` [PATCHv3 14/48] thermal: core: move trips attributes to tz->device.groups
` [PATCHv3 15/48] thermal: core: remove unnecessary device_remove() calls
` [PATCHv3 16/48] thermal: core: split passive_store
` [PATCHv3 17/48] thermal: core: split policy_store
` [PATCHv3 18/48] thermal: core: split available_policies_show()
` [PATCHv3 19/48] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv3 20/48] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv3 21/48] thermal: core: match parenthesis on code alignment
` [PATCHv3 22/48] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv3 23/48] thermal: core: move to_cooling_device macro to header file
` [PATCHv3 24/48] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv3 25/48] thermal: core: remove a couple of style issues on helpers
` [PATCHv3 26/48] thermal: core: introduce thermal_helpers.c
` [PATCHv3 27/48] thermal: core: group functions related to governor handling
` [PATCHv3 28/48] thermal: core: move idr handling to device management section
` [PATCHv3 29/48] thermal: core: small style fix on __unbind() helper
` [PATCHv3 30/48] thermal: core: move __unbind() helper to where it is used
` [PATCHv3 31/48] thermal: core: move bind_cdev() "
` [PATCHv3 32/48] thermal: core: move bind_tz() "
` [PATCHv3 33/48] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv3 34/48] thermal: core: move __bind() to where it is used
` [PATCHv3 35/48] thermal: core: add inline to print_bind_err_msg()
` [PATCHv3 36/48] thermal: core: move notify to the zone update section
` [PATCHv3 37/48] thermal: core: add a comment describing the main update loop
` [PATCHv3 38/48] thermal: core: add a comment describing the power actor section
` [PATCHv3 39/48] thermal: core: add a comment describing the device management section
` [PATCHv3 40/48] thermal: sysfs: remove symbols of emul_temp when config is disabled
` [PATCHv3 41/48] thermal: core: remove FSF address in the GPL notice
` [PATCHv3 42/48] thermal: core: small style fix when checking for __find_governor()
` [PATCHv3 43/48] thermal: core: standardize line breaking alignment
` [PATCHv3 44/48] thermal: core: remove void function return statements
` [PATCHv3 45/48] thermal: core: remove style warnings and checks
` [PATCHv3 46/48] thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister
` [PATCHv3 47/48] thermal: core: use kzalloc(sizeof(*ptr),...)
` [PATCHv3 48/48] thermal: sysfs: use kcalloc() instead of kzalloc()

[RFC][PATCH v3 0/7] perf config: Reimplement perf_config() using perf_config_set__inter()
 2016-05-30 22:23 UTC  (10+ messages)
` [PATCH v3 3/7] perf config: Modify perf_config_set__delete() using global variable 'config_set'
` [PATCH v3 4/7] perf config: Reimplement perf_config() using perf_config_set__iter()
` [PATCH v3 6/7] perf config: Remove needless code about config set at cmd_config()

[PATCH] mtd: Replace if and BUG with BUG_ON
 2016-05-30 22:19 UTC  (2+ messages)

[PATCHv2 00/40]
 2016-05-30 22:16 UTC  (34+ messages)
` [PATCHv2 02/40] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv2 04/40] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv2 09/40] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv2 12/40] thermal: core: move the trip attrs to the tz "
` [PATCHv2 13/40] thermal: core: create tz->device.groups dynamically
` [PATCHv2 14/40] thermal: core: move trips attributes to tz->device.groups
` [PATCHv2 15/40] thermal: core: remove unnecessary device_remove() calls
` [PATCHv2 16/40] thermal: core: split passive_store
` [PATCHv2 17/40] thermal: core: split policy_store
` [PATCHv2 18/40] thermal: core: split available_policies_show()
` [PATCHv2 19/40] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv2 20/40] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv2 21/40] thermal: core: match parenthesis on code alignment
` [PATCHv2 22/40] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv2 23/40] thermal: core: move to_cooling_device macro to header file
` [PATCHv2 24/40] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv2 25/40] thermal: core: remove a couple of style issues on helpers
` [PATCHv2 26/40] thermal: core: introduce thermal_helpers.c
` [PATCHv2 27/40] thermal: core: group functions related to governor handling
` [PATCHv2 28/40] thermal: core: move idr handling to device management section
` [PATCHv2 29/40] thermal: core: small style fix on __unbind() helper
` [PATCHv2 30/40] thermal: core: move __unbind() helper to where it is used
` [PATCHv2 31/40] thermal: core: move bind_cdev() "
` [PATCHv2 32/40] thermal: core: move bind_tz() "
` [PATCHv2 33/40] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv2 34/40] thermal: core: move __bind() to where it is used
` [PATCHv2 35/40] thermal: core: add inline to print_bind_err_msg()
` [PATCHv2 36/40] thermal: core: move notify to the zone update section
` [PATCHv2 37/40] thermal: core: add a comment describing the main update loop
` [PATCHv2 38/40] thermal: core: add a comment describing the power actor section
` [PATCHv2 39/40] thermal: core: add a comment describing the device management section
` [PATCHv2 40/40] thermal: sysfs: remove symbols of emul_temp when config is disabled

[PATCH trivial] include/linux/memblock.h: Clean up code for several trivial details
 2016-05-30 22:14 UTC  (5+ messages)

[PATCH 3.14 00/20] 3.14.71-stable review
 2016-05-30 20:49 UTC  (12+ messages)
` [PATCH 3.14 01/20] Btrfs: dont use src fd for printk
` [PATCH 3.14 02/20] arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
` [PATCH 3.14 03/20] remove directory incorrectly tries to set delete on close on non-empty directories
` [PATCH 3.14 04/20] fs/cifs: correctly to anonymous authentication via NTLMSSP
` [PATCH 3.14 05/20] ring-buffer: Use long for nr_pages to avoid overflow failures
` [PATCH 3.14 06/20] ring-buffer: Prevent overflow of size in ring_buffer_resize()
` [PATCH 3.14 07/20] crypto: caam - fix caam_jr_alloc() ret code
` [PATCH 3.14 12/20] Bluetooth: vhci: purge unhandled skbs
` [PATCH 3.14 14/20] USB: serial: keyspan: fix use-after-free in probe error path
` [PATCH 3.14 19/20] tty: vt, return error when con_startup fails
` [PATCH 3.14 20/20] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

[PATCH 4.4 00/86] 4.4.12-stable review
 2016-05-30 20:49 UTC  (37+ messages)
` [PATCH 4.4 02/86] perf/x86/intel/pt: Generate PMI in the STOP region as well
` [PATCH 4.4 03/86] perf/core: Fix perf_event_open() vs. execve() race
` [PATCH 4.4 05/86] ext4: iterate over buffer heads correctly in move_extent_per_page()
` [PATCH 4.4 06/86] arm64: Fix typo in the pmdp_huge_get_and_clear() definition
` [PATCH 4.4 07/86] arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
` [PATCH 4.4 08/86] arm64: Implement ptep_set_access_flags() for hardware AF/DBM
` [PATCH 4.4 09/86] arm64: Implement pmdp_set_access_flags() "
` [PATCH 4.4 10/86] arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
` [PATCH 4.4 11/86] arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
` [PATCH 4.4 12/86] kvm: arm64: Fix EC field in inject_abt64
` [PATCH 4.4 13/86] remove directory incorrectly tries to set delete on close on non-empty directories
` [PATCH 4.4 14/86] fs/cifs: correctly to anonymous authentication via NTLMSSP
` [PATCH 4.4 15/86] fs/cifs: correctly to anonymous authentication for the LANMAN authentication
` [PATCH 4.4 16/86] fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication
` [PATCH 4.4 17/86] fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication
` [PATCH 4.4 18/86] asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
` [PATCH 4.4 19/86] ring-buffer: Use long for nr_pages to avoid overflow failures
` [PATCH 4.4 20/86] ring-buffer: Prevent overflow of size in ring_buffer_resize()
` [PATCH 4.4 22/86] crypto: talitos - fix ahash algorithms registration
` [PATCH 4.4 23/86] crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
` [PATCH 4.4 24/86] clk: qcom: msm8916: Fix crypto clock flags
` [PATCH 4.4 26/86] mfd: omap-usb-tll: Fix scheduling while atomic BUG
` [PATCH 4.4 27/86] Input: pwm-beeper - fix - scheduling while atomic
` [PATCH 4.4 28/86] irqchip/gic: Ensure ordering between read of INTACK and shared data
` [PATCH 4.4 29/86] irqchip/gic-v3: Configure all interrupts as non-secure Group-1
` [PATCH 4.4 30/86] can: fix handling of unmodifiable configuration options
` [PATCH 4.4 31/86] mmc: mmc: Fix partition switch timeout for some eMMCs
` [PATCH 4.4 32/86] mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
` [PATCH 4.4 33/86] ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings
` [PATCH 4.4 36/86] mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
` [PATCH 4.4 38/86] Bluetooth: vhci: purge unhandled skbs
` [PATCH 4.4 41/86] mei: amthif: discard not read messages
` [PATCH 4.4 42/86] mei: bus: call mei_cl_read_start under device lock
` [PATCH 4.4 43/86] USB: serial: mxuport: fix use-after-free in probe error path
` [PATCH 4.4 45/86] USB: serial: quatech2: "
` [PATCH 4.4 51/86] usb: gadget: f_fs: Fix EFAULT generation for async read operations

[PATCH 4.5 00/87] 4.5.6-stable review
 2016-05-30 20:50 UTC  (42+ messages)
` [PATCH 4.5 01/87] perf/x86/intel/pt: Generate PMI in the STOP region as well
` [PATCH 4.5 02/87] perf/core: Fix perf_event_open() vs. execve() race
` [PATCH 4.5 03/87] arm64: Fix typo in the pmdp_huge_get_and_clear() definition
` [PATCH 4.5 04/87] arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
` [PATCH 4.5 07/87] arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
` [PATCH 4.5 08/87] arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
` [PATCH 4.5 09/87] kvm: arm64: Fix EC field in inject_abt64
` [PATCH 4.5 10/87] remove directory incorrectly tries to set delete on close on non-empty directories
` [PATCH 4.5 11/87] fs/cifs: correctly to anonymous authentication via NTLMSSP
` [PATCH 4.5 12/87] fs/cifs: correctly to anonymous authentication for the LANMAN authentication
` [PATCH 4.5 14/87] fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication
` [PATCH 4.5 15/87] asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
` [PATCH 4.5 16/87] ring-buffer: Use long for nr_pages to avoid overflow failures
` [PATCH 4.5 19/87] crypto: talitos - fix ahash algorithms registration
` [PATCH 4.5 20/87] crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
` [PATCH 4.5 21/87] clk: qcom: msm8916: Fix crypto clock flags
` [PATCH 4.5 22/87] sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems
` [PATCH 4.5 23/87] mfd: omap-usb-tll: Fix scheduling while atomic BUG
` [PATCH 4.5 27/87] nfc: st21nfca: Fix static checker warning
` [PATCH 4.5 30/87] ACPI / PM: Export acpi_device_fix_up_power()
` [PATCH 4.5 31/87] mmc: sdhci-acpi: Ensure connected devices are powered when probing
` [PATCH 4.5 32/87] mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
` [PATCH 4.5 33/87] ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings
` [PATCH 4.5 35/87] mmc: longer timeout for long read time quirk
` [PATCH 4.5 36/87] mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
` [PATCH 4.5 37/87] Bluetooth: vhci: fix open_timeout vs. hdev race
` [PATCH 4.5 38/87] Bluetooth: vhci: purge unhandled skbs
` [PATCH 4.5 39/87] Bluetooth: vhci: Fix race at creating hci device
` [PATCH 4.5 40/87] mei: fix NULL dereferencing during FW initiated disconnection
` [PATCH 4.5 42/87] mei: bus: call mei_cl_read_start under device lock
` [PATCH 4.5 43/87] USB: serial: mxuport: fix use-after-free in probe error path
` [PATCH 4.5 44/87] USB: serial: keyspan: "
` [PATCH 4.5 45/87] USB: serial: quatech2: "
` [PATCH 4.5 46/87] USB: serial: io_edgeport: fix memory leaks in attach "
` [PATCH 4.5 47/87] USB: serial: io_edgeport: fix memory leaks in probe "
` [PATCH 4.5 49/87] USB: serial: option: add more ZTE device ids
` [PATCH 4.5 51/87] usb: gadget: f_fs: Fix EFAULT generation for async read operations
` [PATCH 4.5 53/87] usb: misc: usbtest: fix pattern tests for scatterlists
` [PATCH 4.5 54/87] USB: leave LPM alone if possible when binding/unbinding interface drivers
` [PATCH 4.5 69/87] serial: 8250_mid: recognize interrupt source in handler
` [PATCH 4.5 70/87] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

[PATCH 4.6 000/100] 4.6.1-stable review
 2016-05-30 20:49 UTC  (20+ messages)
` [PATCH 4.6 002/100] arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
` [PATCH 4.6 003/100] arm64: Implement ptep_set_access_flags() for hardware AF/DBM
` [PATCH 4.6 017/100] crypto: caam - fix caam_jr_alloc() ret code
` [PATCH 4.6 018/100] crypto: talitos - fix ahash algorithms registration
` [PATCH 4.6 019/100] crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
` [PATCH 4.6 020/100] clk: qcom: msm8916: Fix crypto clock flags
` [PATCH 4.6 023/100] sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems
` [PATCH 4.6 024/100] mfd: omap-usb-tll: Fix scheduling while atomic BUG
` [PATCH 4.6 025/100] Input: pwm-beeper - fix - scheduling while atomic
` [PATCH 4.6 026/100] irqchip/gic: Ensure ordering between read of INTACK and shared data
` [PATCH 4.6 027/100] irqchip/gic-v3: Configure all interrupts as non-secure Group-1
` [PATCH 4.6 030/100] mmc: mmc: Fix partition switch timeout for some eMMCs
` [PATCH 4.6 031/100] ACPI / PM: Export acpi_device_fix_up_power()
` [PATCH 4.6 033/100] mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
` [PATCH 4.6 034/100] ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings
` [PATCH 4.6 036/100] mmc: longer timeout for long read time quirk
` [PATCH 4.6 037/100] mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers
` [PATCH 4.6 038/100] Bluetooth: vhci: fix open_timeout vs. hdev race
` [PATCH 4.6 039/100] Bluetooth: vhci: purge unhandled skbs

[PATCH v2 0/7] iio: inv_mpu6050: Support i2c master and external readings
 2016-05-30 21:42 UTC  (5+ messages)
` [PATCH v2 6/7] iio: inv_mpu6050: Reformat sample for active scan mask

Possible race between PTRACE_SETVFPREGS and PTRACE_CONT on ARM?
 2016-05-30 21:35 UTC  (2+ messages)


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).