All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-30 21:43:10 to 2016-05-30 22:56:36 UTC [more...]

[PATCH v5 0/6] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-05-30 22:56 UTC  (4+ messages)
` [PATCH v5 4/6] acpi: Add GTDT table parse driver into ACPI driver

[U-Boot] [PATCH 0/2] sunxi: Fix SRAM C corruption issue on Allwinner A64
 2016-05-30 22:55 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] sunxi: Downclock AHB1 to 100MHz "
` [U-Boot] [PATCH 2/2] sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80

[PATCH 0/2] strbuf: improve API
 2016-05-30 22:50 UTC  (5+ messages)
` [PATCH 2/2] strbuf: allow to use preallocated memory

[PATCH v2] extensions: libxt_multiport: Add translation to nft
 2016-05-30 22:41 UTC  (3+ messages)

Possible race between PTRACE_SETVFPREGS and PTRACE_CONT on ARM?
 2016-05-30 22:40 UTC  (4+ messages)

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

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-05-30 22:36 UTC  (13+ messages)
                  ` shrink_active_list/try_to_release_page bug? (was Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage)

[meta-raspberrypi][PATCH 0/6] Drop rpi-mkimage and use upstream u-boot
 2016-05-30 22:16 UTC  (6+ messages)
` [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

[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

[PATCH] powerpc/mm/hash: Fix the reference bit update when handling hash fault
 2016-05-30 22:27 UTC  (2+ messages)

[Bug 94860] [radeonsi/amdgpu] screen is corrupted when logging out of kde
 2016-05-30 22:26 UTC  (3+ messages)

[PATCH] cyclictest: new CPUs with SMI counter support
 2016-05-30 22:25 UTC 

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

[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()

[PATCHv2 00/40]
 2016-05-30 22:16 UTC  (2+ messages)

[Bug 96271] TF2: GPU lockup on HD 7950
 2016-05-30 22:14 UTC  (3+ messages)

[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] xfs: fix broken multi-fsb buffer logging
 2016-05-30 22:08 UTC  (3+ messages)

[PATCH][RFC] PCI: Workaround to enable poweroff on Mac Pro 11
 2016-05-30 22:11 UTC  (3+ messages)

[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] Documentation: GPG capitalization
 2016-05-30 22:07 UTC  (4+ messages)

[PATCH] xfs_repair: further improvement on secondary superblock search method
 2016-05-30 22:06 UTC  (3+ messages)

git add without whitespace
 2016-05-30 22:00 UTC  (4+ messages)

raid 5 crashed
 2016-05-30 22:00 UTC  (7+ messages)

[PATCH] ca-certificates: Add openssl as a runtime dependency
 2016-05-30 21:57 UTC  (2+ messages)

[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()

[psplash][PATCH] Add fbdev option to set the proper /dev/fbX
 2016-05-30 21:55 UTC  (3+ messages)

btrfs filesystem keeps allocating new chunks for no apparent reason
 2016-05-30 21:55 UTC  (5+ messages)

[dm-crypt] LVM on LUKS: volumes missing
 2016-05-30 21:54 UTC 

[Buildroot] [PATCH 0/2] toolchain/external: fix installing libs to target (branch yem-ext-toolchain-fixes)
 2016-05-30 21:53 UTC  (4+ messages)
` [Buildroot] [PATCH 1/2] toolchain/external: fix arch-subdir

[PATCH] xen/arm: setup: initialize xenheap mappings after boot pages avaiable
 2016-05-30 21:53 UTC  (2+ messages)

[PATCH v2] arm64:efi fix the format of debug message from efi
 2016-05-30 21:53 UTC  (3+ messages)

blacklist kernel modules
 2016-05-30 21:52 UTC  (2+ messages)

[added to the 4.1 stable tree] Revert "usb: hub: do not clear BOS field during reset device"
 2016-05-30 21:50 UTC  (4+ messages)
` [added to the 4.1 stable tree] perf/core: Disable the event on a truncated AUX record

[master][PATCH] perl: reorder tar arguments in do_install_ptest()
 2016-05-30 21:50 UTC  (3+ messages)

[RFC/PATCH] bisect--helper: `bisect_clean_state` shell function in C
 2016-05-30 21:48 UTC  (2+ messages)

[krogoth][PATCH] perl: reorder tar arguments in do_install_ptest()
 2016-05-30 21:47 UTC 

[PATCH 4.6 000/100] 4.6.1-stable review
 2016-05-30 20:49 UTC  (7+ messages)
` [PATCH 4.6 002/100] arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
` [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


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.