linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-27 18:00:56 to 2015-10-27 21:31:09 UTC [more...]

[3.19.y-ckt stable] Linux 3.19.8-ckt9 stable review
 2015-10-27 21:29 UTC  (9+ messages)
` [PATCH 3.19.y-ckt 01/86] sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
` [PATCH 3.19.y-ckt 02/86] KEYS: Fix race between key destruction and finding a keyring by name
` [PATCH 3.19.y-ckt 05/86] spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled
` [PATCH 3.19.y-ckt 11/86] time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()
` [PATCH 3.19.y-ckt 18/86] btrfs: skip waiting on ordered range for special files
` [PATCH 3.19.y-ckt 19/86] usb: chipidea: udc: using the correct stall implementation
` [PATCH 3.19.y-ckt 22/86] kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
` [PATCH 3.19.y-ckt 23/86] kvm: factor out core eventfd assign/deassign logic

[PATCH v6 0/22] On-demand device probing
 2015-10-27 21:24 UTC  (5+ messages)
` [PATCH v6 03/22] of/platform: Point to struct device from device node

[PATCH v7 0/17] Add Analogix Core Display Port Driver
 2015-10-27 21:24 UTC  (9+ messages)
` [PATCH v7 06/17] Documentation: drm/bridge: add document for analogix_dp
  ` [PATCH v7 09/17] "
  ` [PATCH v7 10/17] phy: Add driver for rockchip Display Port PHY
` [PATCH v7 11/17] Documentation: phy: add document for rockchip dp phy

[PATCH] lkdtm: fix ACCESS_USERSPACE test
 2015-10-27 21:25 UTC  (2+ messages)

[PATCH] block: re-add discard_granularity and alignment checks
 2015-10-27 21:23 UTC  (3+ messages)
`  "

[PATCH] Documentation: add new description of path-name lookup
 2015-10-27 21:21 UTC  (6+ messages)
      ` [PATCHv2] "

[PATCH 6/6] net: phy: Stop 'phy-state-machine' and 'phy_change' work on remove
 2015-10-27 21:20 UTC  (4+ messages)

[PATCH v12 2/5] gennvm: Generic NVM manager
 2015-10-27 21:18 UTC  (3+ messages)

[PATCH v8 00/61] PCI: Resource allocation cleanup for v4.4
 2015-10-27 20:55 UTC  (59+ messages)
` [PATCH v8 01/61] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v8 02/61] PCI: Add pci_find_root_bus_resource()
` [PATCH v8 03/61] sparc/PCI: Use correct bus address to resource offset
` [PATCH v8 04/61] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v8 05/61] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v8 06/61] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v8 07/61] PCI: Kill wrong quirk about M7101
` [PATCH v8 08/61] PCI: Ignore BAR for ALi M1533 PCI-ISA bridge
` [PATCH v8 09/61] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v8 10/61] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v8 11/61] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v8 12/61] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v8 13/61] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v8 14/61] PCI: Add has_mem64 for struct host_bridge
` [PATCH v8 15/61] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v8 16/61] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v8 17/61] PCI: Don't release fixed resource for realloc
` [PATCH v8 18/61] PCI: Claim fixed resource during remove/rescan path
` [PATCH v8 19/61] PCI: Set resource to FIXED for LSI devices
` [PATCH v8 20/61] PCI: Separate realloc list checking after allocation
` [PATCH v8 21/61] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v8 22/61] PCI: Get new realloc size for bridge for last try
` [PATCH v8 23/61] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v8 24/61] PCI: Cleanup res_to_dev_res() printout
` [PATCH v8 25/61] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v8 26/61] PCI: Use correct align for optional only resources during sorting
` [PATCH v8 27/61] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v8 28/61] PCI: Optimize bus align/size calculation for optional "
` [PATCH v8 29/61] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v8 30/61] PCI: Reorder resources list for required/optional resources
` [PATCH v8 31/61] PCI: Remove duplicated code for resource sorting
` [PATCH v8 33/61] PCI: Treat ROM resource as optional during realloc
` [PATCH v8 34/61] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v8 35/61] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v8 36/61] PCI: Add __add_to_list()
` [PATCH v8 37/61] PCI: Cache window alignment value during bus sizing
` [PATCH v8 38/61] PCI: Check if resource is allocated before trying to assign one
` [PATCH v8 39/61] PCI: Separate out save_resources()/restore_resources()
` [PATCH v8 40/61] PCI: Move comment to pci_need_to_release()
` [PATCH v8 41/61] PCI: Separate required+optional assigning to another function
` [PATCH v8 42/61] PCI: Skip required+optional if there is no optional
` [PATCH v8 43/61] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v8 44/61] PCI: Add alt_size ressource allocation support
` [PATCH v8 45/61] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v8 46/61] PCI: Fix size calculation with old_size on rescan path
` [PATCH v8 47/61] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v8 48/61] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v8 49/61] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v8 51/61] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v8 52/61] PCI: Unify skip_ioresource_align()
` [PATCH v8 54/61] resources: Split out __allocate_resource()
` [PATCH v8 55/61] resources: Make allocate_resource() return best fit resource
` [PATCH v8 56/61] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v8 57/61] PCI: Add debug print out for min_align and alt_size
` [PATCH v8 58/61] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v8 59/61] PCI: Introduce resource_disabled()
` [PATCH v8 60/61] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v8 61/61] PCI: Only try to assign io port only for root bus that support it

[PATCH 0/4] Add generator notes to generated files
 2015-10-27 21:16 UTC  (3+ messages)
` [PATCH 4/4] Mark files generated by confdata.c

[PATCH] namei: permit linking with CAP_FOWNER in userns
 2015-10-27 21:04 UTC  (6+ messages)

[PATCH v3 3/3] MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()
 2015-10-27 21:15 UTC  (6+ messages)
` [v3, "

[PATCH v12 0/8] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-10-27 21:12 UTC  (5+ messages)
` [PATCH v12 2/8] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v12 7/8] Documentation: DT: Add HiSilicon PCIe host binding

[PATCH v2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds
 2015-10-27 21:12 UTC  (9+ messages)
` [PATCH 1/2] efi: use correct type for struct efi_memory_map::phys_map
  ` [PATCH 2/2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds

[PATCH v2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds
 2015-10-27 21:08 UTC  (5+ messages)

[PATCH v2 0/3] lib/string_helpers: fix precision issues and introduce tests
 2015-10-27 21:02 UTC  (3+ messages)
` [PATCH v2 2/3] lib/string_helpers.c: don't lose precision in string_get_size()

[PATCH v2] ASoC: sun4i-codec: use consistent names for PA controls
 2015-10-27 21:00 UTC 

[PATCH 17/70] cpufreq: interactive: take idle notifications only when active
 2015-10-27 20:56 UTC  (2+ messages)

[GIT PULL] Single blkcg fix for 4.3
 2015-10-27 20:54 UTC 

[PATCH] clocksource/drivers/tegra: allow timer irq affinity change
 2015-10-27 20:54 UTC  (4+ messages)

[PATCH v3 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
 2015-10-27 20:38 UTC  (2+ messages)

[PATCH 0/5] Various of SR-IOV fixes and cleanup
 2015-10-27 20:52 UTC  (6+ messages)
` [PATCH 1/5] iov: Update virtfn_max_buses to validate offset and stride
` [PATCH 2/5] iov: Reset resources to 0 if totalVFs increases after enabling ARI
` [PATCH 3/5] iov: Fix sriov_enable exception handling path
` [PATCH 4/5] iov: Variable and loop cleanup for sriov_disable and sriov_enable
` [PATCH 5/5] iov: Update sriov_enable to correctly handle offset and stride

[PATCH] Input: tsc2005 - Add support for tsc2004
 2015-10-27 20:49 UTC  (2+ messages)

[PATCH] of/fdt: fix error checking for earlycon address
 2015-10-27 20:46 UTC  (3+ messages)

[PATCH 01/70] cpufreq: interactive: New 'interactive' governor
 2015-10-27 20:44 UTC  (6+ messages)
` [PATCH 04/70] cpufreq: interactive: set at least hispeed when above hispeed load
` [PATCH 06/70] cpufreq: interactive: configurable delay before raising above hispeed
` [PATCH 08/70] cpufreq: interactive: base hispeed bump on target freq, not actual
` [PATCH 11/70] cpufreq: interactive: remove unused target_validate_time_in_idle

[PATCHv7] EDAC, altera: Add Altera L2 Cache and OCRAM EDAC Support
 2015-10-27 20:38 UTC 

?
 2015-10-27 20:39 UTC 

[PATCH v4 0/2] powerpc/512x: add LocalPlus Bus FIFO device driver
 2015-10-27 20:42 UTC  (4+ messages)

[PATCH v1 3/3] ARM64: dts: rk3368: Add mailbox device nodes
 2015-10-27 20:33 UTC  (2+ messages)

[PATCH v2 0/9] Add STM32 pinctrl/GPIO driver
 2015-10-27 20:31 UTC  (4+ messages)
` [PATCH v2 8/9] ARM: dts: Add leds support to STM32F429 Discovery board

[PATCH v2] perf/core: fix RCU issues with cgroup monitoring mode
 2015-10-27 20:24 UTC  (2+ messages)

[PATCH 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog
 2015-10-27 20:22 UTC  (3+ messages)
` [PATCH 2/2] watchdog: add support for Sigma Designs SMP86xx

[PATCH v9 2/2] uio: Fix uio driver to refcount device
 2015-10-27 20:12 UTC  (6+ messages)

[PATCH -tip 0/4] A few updates around smp_store_mb()
 2015-10-27 20:03 UTC  (6+ messages)
` [PATCH 1/4] arch,cmpxchg: Remove tas() definitions
` [PATCH 2/4] arch,barrier: Use smp barriers in smp_store_release()
` [PATCH 3/4] x86,asm: Re-work smp_store_mb()
` [PATCH 4/4] doc,smp: Remove ambiguous statement in smp_store_mb()

[PATCH v3] EDAC: Add ARM64 EDAC
 2015-10-27 20:01 UTC  (3+ messages)

[PATCH] IB/sa: replace GFP_KERNEL with GFP_ATOMIC
 2015-10-27 20:00 UTC  (6+ messages)

[PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c
 2015-10-27 19:54 UTC  (9+ messages)

[PATCH 2/2] drivers:staging:wlan_ng Fix no space is necessary after a cast
 2015-10-27 19:41 UTC  (3+ messages)

[PATCH v2] Staging: wilc1000: Prefer eth_broadcast_addr over memset()
 2015-10-27 19:40 UTC  (2+ messages)

[PATCH v5] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-27 19:39 UTC  (2+ messages)

[PATCH v8 00/14] support "task_isolation" mode for nohz_full
 2015-10-27 19:37 UTC  (10+ messages)
` [PATCH v8 06/14] task_isolation: provide strict mode configurable signal

[PATCH v2] PM / suspend: replacing printk
 2015-10-27 19:37 UTC  (4+ messages)

[PATCH 0/3] megaraid_sas: copule of fixes
 2015-10-27 19:35 UTC  (5+ messages)
` [PATCH 1/3] megaraid_sas: Convert dev_printk to dev_<level>
` [PATCH 2/3] megaraid_sas: Convert printk to printk_<level>

[PATCH v8 0/8] Fix error message and present UFS variant
 2015-10-27 19:25 UTC  (3+ messages)
` [PATCH v8 6/8] scsi: ufs: make the UFS variant a platform device

[PATCH] get_maintainer: Don't fallback to git by default
 2015-10-27 19:24 UTC  (14+ messages)

[PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support
 2015-10-27 19:24 UTC  (5+ messages)
    ` [linux-sunxi] "

[PATCH 1/3] devicetree: mfd: Add binding for the TI LM3533
 2015-10-27 19:21 UTC  (5+ messages)
` [PATCH 2/3] iio: light: lm3533-als: Print error message on invalid resistance
` [PATCH v2 1/3] devicetree: mfd: Add binding for the TI LM3533

[PATCH] sched: fix incorrect wait time and wait count statistics
 2015-10-27 19:17 UTC  (2+ messages)
` [PATCH v3] "

[PATCH RFC net-next 0/2] tcp: Redundant Data Bundling (RDB)
 2015-10-27 19:15 UTC  (6+ messages)
` [PATCH RFC net-next 2/2] tcp: Add "

[PATCH 0/6] Fix coding style issues
 2015-10-27 19:11 UTC  (3+ messages)
` [PATCH 1/6] block: Remove unneeded variable err for returning 0

[PATCH v4 14/15] net: wireless: ath: Remove unneeded variable ret returning 0
 2015-10-27 19:09 UTC  (5+ messages)

[RESEND PATCH 01/10] net: wireless: ath: Remove unnecessary semicolon
 2015-10-27 19:02 UTC  (10+ messages)
` [RESEND PATCH 02/10] "
` [RESEND PATCH 03/10] net: wireless: rtwifi: Remove duplicated arguments to |
` [RESEND PATCH 04/10] net: wireless: brcm80211: "
` [RESEND PATCH 05/10] net: wireless: simplify return flow for zd1201_setconfig16
` [RESEND PATCH 06/10] net: wireless: ath: simplify return flow for carl9170_regwrite_result()
` [RESEND PATCH 07/10] net: wireless: iwlegacy: Remove unneeded variable ret
` [RESEND PATCH 08/10] net: wireless: brcm80211: Remove unneeded variable which return 0
` [RESEND PATCH 09/10] net: wireless: brcm80211: Remove unneeded variable ret_code returning 0
` [RESEND PATCH 10/10] net: wireless: ath: Remove unneeded variable ret "

perf: fuzzer triggered trouble on AMD, maybe ibs related
 2015-10-27 19:03 UTC  (3+ messages)

[PATCH] kernel: power: replacing printk
 2015-10-27 19:00 UTC  (2+ messages)

[PATCH] drivers:hid Fix spacing coding style issues
 2015-10-27 18:57 UTC 

perf oops/recursive fault using BTS
 2015-10-27 18:58 UTC  (2+ messages)

[PATCH 00/15] drivers/tty/: Deinline smaller/less used functions
 2015-10-27 18:55 UTC  (20+ messages)
` [PATCH 01/15] cyclades: Deinline cyz_is_loaded, save 240 bytes
` [PATCH 02/15] isicom: Deinline drop_dtr, save 112 bytes
` [PATCH 03/15] tty: Deinline n_tty_receive_char_inline, save 224 bytes
` [PATCH 04/15] serial/fsl_lpuart: Deinline lpuart_transmit_buffer, save 176 bytes
` [PATCH 05/15] serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytes
` [PATCH 06/15] serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes
` [PATCH 07/15] serial/msm_serial: Deinline wait_for_xmitr, save 165 bytes
` [PATCH 08/15] serial/omap-serial: "
` [PATCH 09/15] serial/pxa: "

[PATCH v2 00/17] add fixes, device quirks, error recovery,
 2015-10-27 18:52 UTC  (7+ messages)
` [PATCH v2 17/17] scsi: ufs-qcom: fix compilation warnings

get_maintainer.pl and too many names (was: Re: [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform)
 2015-10-27 18:51 UTC  (2+ messages)

[RFC PATCH 0/7] audit: clean up audit queue handling
 2015-10-27 18:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: Start using the 'reviewer' (R) tag
 2015-10-27 18:44 UTC  (4+ messages)

[PATCH] efi: replace GFP_KERNEL with GFP_ATOMIC
 2015-10-27 18:42 UTC 

[PATCH] ixgbe: Wait for 1ms, not 1us, after RST
 2015-10-27 18:27 UTC  (2+ messages)
` [PATCHv2] "

[PATCH] ASoC: sun4i-codec: use consistent names for PA controls
 2015-10-27 18:27 UTC  (2+ messages)

[PATCH] memcg: Fix thresholds for 32b architectures
 2015-10-27 18:25 UTC  (3+ messages)

[PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC
 2015-10-27 18:25 UTC  (3+ messages)

[PATCH] mutex: make mutex_lock_nested an inline function
 2015-10-27 18:13 UTC  (7+ messages)

[PATCH v6.1 1/1] Input: Add userio module
 2015-10-27 18:10 UTC  (6+ messages)
` [PATCH v6.2 "

[PATCH v3 00/24] arm64: Consolidate CPU feature handling
 2015-10-27 18:09 UTC  (3+ messages)

[V5, 2/6] fsl/fman: Add FMan support
 2015-10-27 16:32 UTC 

[PATCH v4 0/6] ARM: sunxi: Introduce Allwinner H3 support
 2015-10-27 18:04 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).