linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-08 11:33:31 to 2015-10-08 14:32:51 UTC [more...]

[PATCH 00/44] kdbus cleanups
 2015-10-08 14:32 UTC  (48+ messages)
` [PATCH 02/44] uapi: kdbus.h: Kernel-doc fixes
` [PATCH 03/44] kdbus: Kernel-docs and comments trivial fixes
` [PATCH 05/44] kdbus: Add comment on merging free pool slices
` [PATCH 06/44] kdbus: Fix kernel-doc for struct kdbus_gaps
` [PATCH 09/44] kdbus: Remove unused KDBUS_MSG_MAX_SIZE constant
` [PATCH 11/44] kdbus: Cosmetic fix of kdbus_name_is_valid()
` [PATCH 13/44] kdbus: Use list_next_entry() in kdbus_queue_entry_unlink()
` [PATCH 14/44] kdbus: Simplify expression in kdbus_get_memfd()
` [PATCH 15/44] kdbus: Simplify bitwise expression in kdbus_meta_get_mask()
` [PATCH 16/44] kdbus: Drop redundant code from kdbus_name_acquire()
` [PATCH 17/44] kdbus: Drop duplicated code from kdbus_pool_slice_alloc()
` [PATCH 18/44] kdbus: Add var initialization to kdbus_conn_entry_insert()
` [PATCH 19/44] kdbus: Drop useless initialization from kdbus_conn_reply()
` [PATCH 20/44] kdbus: Drop useless initialization from kdbus_cmd_hello()
` [PATCH 21/44] kdbus: Cleanup tests in kdbus_cmd_send()
` [PATCH 22/44] kdbus: Cleanup error path in kdbus_staging_new_user()
` [PATCH 23/44] kdbus: Cleanup kdbus_conn_call()
` [PATCH 24/44] kdbus: Cleanup kdbus_conn_unicast()
` [PATCH 25/44] kdbus: Cleanup kdbus_cmd_conn_info()
` [PATCH 26/44] kdbus: Cleanup kdbus_pin_dst()
` [PATCH 27/44] kdbus: Cleanup kdbus_conn_new()
` [PATCH 28/44] kdbus: Cleanup kdbus_queue_entry_new()
` [PATCH 29/44] kdbus: Improve tests on incrementing quota
` [PATCH 30/44] kdbus: Cleanup kdbus_meta_proc_mask()
` [PATCH 31/44] kdbus: Cleanup kdbus_conn_move_messages()
` [PATCH 32/44] kdbus: Remove duplicated code from kdbus_conn_lock2()
` [PATCH 33/44] kdbus: Improve kdbus_staging_reserve()
` [PATCH 34/44] kdbus: Improve kdbus_conn_entry_sync_attach()
` [PATCH 35/44] kdbus: Drop goto from kdbus_queue_entry_link()
` [PATCH 36/44] kdbus: Improve kdbus_name_release()
` [PATCH 37/44] kdbus: Fix error path in kdbus_meta_proc_collect_cgroup()
` [PATCH 38/44] kdbus: Fix error path in kdbus_user_lookup()
` [PATCH 39/44] kdbus: Cleanup kdbus_user_lookup()
` [PATCH 40/44] kdbus: Cleanup kdbus_item_validate_name()
` [PATCH 41/44] kdbus: Fix memfd install algorithm
` [PATCH 42/44] kdbus: Check if fd is allocated before trying to free it
` [PATCH 43/44] kdbus: Give up on failed fd allocation
` [PATCH 44/44] kdbus: Cleanup kdbus_gaps_install()

[PATCH v8 0/9] Goodix touchscreen enhancements
 2015-10-08 14:32 UTC  (11+ messages)
` [PATCH v8 1/9] Input: goodix - use actual config length for each device type
` [PATCH v8 2/9] Input: goodix - reset device at init
` [PATCH v8 3/9] Input: goodix - write configuration data to device
` [PATCH v8 4/9] Input: goodix - add power management support
` [PATCH v8 5/9] Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_send
` [PATCH v8 6/9] Input: goodix - add support for ESD
` [PATCH v8 7/9] Input: goodix - add sysfs interface to dump config
` [PATCH v8 8/9] Input: goodix - add runtime power management support
` [PATCH v8 9/9] Input: goodix - sort includes using inverse Xmas tree order

[PATCH 0/5] Modify ida_* users to use ida_simple_*
 2015-10-08 14:29 UTC  (4+ messages)
` [PATCH 3/5] block: nvme-core: simplify ida usage

[PATCH] usb: musb: dsps: implement vbus_status method
 2015-10-08 14:27 UTC  (4+ messages)

[PATCH RESEND 1/3] drm/i915: use error path
 2015-10-08 14:30 UTC  (5+ messages)
` [PATCH RESEND 2/3] drm/i915: check for return value
` [PATCH RESEND 3/3] drm/amdgpu: fix memory leak

[PATCH V2 0/2] Add support for Tegra210 ADMA
 2015-10-08 14:27 UTC  (9+ messages)
` [PATCH V2 1/2] Documentation: DT: Add binding documentation for NVIDIA ADMA

[PATCH] PM / OPP: fix debugfs files for 64-bit
 2015-10-08 14:25 UTC  (2+ messages)

CFS scheduler unfairly prefers pinned tasks
 2015-10-08 14:25 UTC  (2+ messages)

[PATCH v2 0/3] hwrng: st: Couple of improvements
 2015-10-08 14:23 UTC  (2+ messages)

[PATCH] crypto: atmel: Check for clk_prepare_enable() return value
 2015-10-08 14:23 UTC  (2+ messages)

[PATCH] crypto: dma_map_sg can handle chained SG
 2015-10-08 14:23 UTC  (3+ messages)
` [PATCH] crypto: qce: "

[PATCH] drm/nouveau: fix memory leak
 2015-10-08 14:22 UTC  (5+ messages)

[PATCH] thermal: exynos: fix register read in TMU
 2015-10-08 14:21 UTC  (5+ messages)

[PATCH] lpfc: fix memory leak and NULL dereference
 2015-10-08 14:20 UTC  (2+ messages)

[PATCH 1/1] mm: vmstat: Add OOM kill count in vmstat counter
 2015-10-08 14:18 UTC  (8+ messages)

[PATCH] cpufreq: arm_big_little: fix frequency check when bL switcher is active
 2015-10-08 14:18 UTC  (7+ messages)

[PATCH v3 2/3] uio_pci_generic: add MSI/MSI-X support
 2015-10-08 14:17 UTC  (27+ messages)

[PATCH] PCC: fix dereference of ERR_PTR
 2015-10-08 14:17 UTC  (2+ messages)

[PATCH v8 3/6] pci:host: Add Altera PCIe host controller driver
 2015-10-08 14:16 UTC  (2+ messages)

[PATCH net-next 0/6] net: dsa: push switchdev prepare phase in FDB ops
 2015-10-08 14:11 UTC  (8+ messages)
` [PATCH net-next 4/6] net: dsa: add port_fdb_prepare

Hard lockup in ext4_finish_bio
 2015-10-08 14:15 UTC  (2+ messages)

[PATCH v2 00/36] x86: Rewrite all syscall entries except native 64-bit
 2015-10-08 14:14 UTC  (6+ messages)
` [PATCH v2 09/36] x86/asm: Re-add manual CFI infrastructure

[PATCH v7 0/9] Goodix touchscreen enhancements
 2015-10-08 14:14 UTC  (9+ messages)
` [PATCH v7 2/9] Input: goodix - reset device at init

can't oom-kill zap the victim's memory?
 2015-10-08 14:04 UTC  (14+ messages)

[PATCH v3] scsi: ufs: add ioctl interface for query request
 2015-10-08 14:03 UTC  (2+ messages)

[PATCH 00/18] mpt2sas, mpt3sas: Combine mpt2sas and mpt3sas driver code base
 2015-10-08 14:00 UTC  (6+ messages)

[PATCH] uvesafb: make scaling configurable on Nvidia cards
 2015-10-08 13:55 UTC  (5+ messages)

McSPI hangs with cs_change after "Switch driver to use transfer_one" change
 2015-10-08 13:54 UTC 

[RFC PATCH v3 0/3] Add MMC host driver for Spreadtrum SoC
 2015-10-08 13:54 UTC  (6+ messages)
` [RFC PATCH v3 1/3] mmc: sprd: "

[PATCH 00/10] Drivers: hv: Miscellaneous fixes
 2015-10-08 13:52 UTC  (7+ messages)
` [PATCH 01/10] Drivers: hv: util: Increase the timeout for util services
  ` [PATCH 02/10] Drivers: hv: utils: run polling callback always in interrupt context

[PATCH v4 0/8] Add SPDIF support for rockchip
 2015-10-08 13:51 UTC  (10+ messages)
` [PATCH v4 1/8] ASoC: dt-bindings: add rockchip tranceiver bindings
` [PATCH v4 2/8] ASoC: rockchip: Add rockchip SPDIF transceiver driver
` [PATCH v4 3/8] ARM: dts: rockchip: Add SPDIF transceiver for RK3188
` [PATCH v4 4/8] ARM: dts: rockchip: Add SPDIF optical out on Radxa Rock
` [PATCH v4 5/8] clk: rockchip: Allow the RK3288 SPDIF clocks to change their parent
` [PATCH v4 6/8] ARM: dts: rockchip: Add SPDIF transceiver for RK3288
` [PATCH v4 7/8] ARM: dts: rockchip: Add SPDIF optical out on Radxa Rock2 Square
` [PATCH v4 8/8] ARM: multi_v7_defconfig: Add rockchip audio support

[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
 2015-10-08 13:47 UTC  (6+ messages)

[PATCH V8 00/28] Add new powerpc specific ELF core notes
 2015-10-08 13:45 UTC  (2+ messages)

[GIT PULL 00/22] perf tools: filtering events using eBPF programs
 2015-10-08 13:45 UTC  (2+ messages)

[PATCH -next] mm/vmacache: inline vmacache_valid_mm()
 2015-10-08 13:43 UTC  (4+ messages)

[PATCH 0/9] net: small improvement
 2015-10-08 13:29 UTC  (10+ messages)
` [PATCH 1/9] net/netlink: lockdep_genl_is_held can be boolean
` [PATCH 2/9] net/ieee80211: ieee80211_is_* "
` [PATCH 3/9] net/nfnetlink: lockdep_nfnl_is_held "
` [PATCH 4/9] net/can: can_dropped_invalid_skb "
` [PATCH 5/9] net/dccp: dccp_list_has_service "
` [PATCH 6/9] net/dccp: dccp_bad_service_code "
` [PATCH 7/9] net/inetdevice: inet_ifa_match "
` [PATCH 8/9] net/inetdevice: bad_mask "
` [PATCH 9/9] net/core: lockdep_rtnl_is_held "

[lkp] [drm/i915] 437b15b801: [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!
 2015-10-08 13:44 UTC  (4+ messages)
` [PATCH] drm/i915: disable CPU PWM also on LPT/SPT backlight disable

[PATCH] kbuild: document recursive dependency limitation / resolution
 2015-10-08 13:37 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] mmc: core: Fix init_card in 52Mhz
 2015-10-08 13:35 UTC  (4+ messages)

[PATCH v2] video: fbdev: add Marvell PXA framebuffer binding
 2015-10-08 13:30 UTC  (4+ messages)

[PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed
 2015-10-08 13:28 UTC  (2+ messages)

[PATCH] kselftest: add cleankselftest rule
 2015-10-08 13:26 UTC  (5+ messages)
` [PATCH v2] kselftest: add kselftest-clean rule

[PATCH V2] crypto/nx842: Add CRC and validation support
 2015-10-08 13:23 UTC  (2+ messages)

[PATCH 0/8] Armada 38x SDHCI driver improvements
 2015-10-08 13:21 UTC  (4+ messages)

[Patch v6 0/7] Consolidate ACPI PCI root common code into ACPI core
 2015-10-08 13:20 UTC  (5+ messages)
` [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge "

[PATCH v2 0/3] ASoC: da7213: Add DT support for codec
 2015-10-08 13:16 UTC  (5+ messages)
` [PATCH v2 3/3] ASoC: da7213: Add bindings documentation for codec driver

[PATCH v1] clocksource: Sigma Designs Tango 27 MHz xtal
 2015-10-07 20:12 UTC  (8+ messages)
    ` [PATCH v2] clocksource/drivers/tango_xtal: Add new timer for Tango SoCs

System Analyst
 2015-10-08 12:47 UTC 

[PATCH v9 0/5] Mediatek xHCI support
 2015-10-08 13:05 UTC  (12+ messages)
` [PATCH v9 2/5] dt-bindings: Add a binding for Mediatek xHCI host controller
` [PATCH v9 3/5] phy: add usb3.0 phy driver for mt65xx SoCs
` [PATCH v9 4/5] xhci: mediatek: support MTK xHCI host controller

[PATCH v2 00/22] arm64: Consolidate CPU feature handling
 2015-10-08 13:00 UTC  (8+ messages)
` [PATCH v2 14/22] arm64: Cleanup HWCAP handling
` [PATCH v2 16/22] arm64/debug: Make use of the system wide safe value

[PATCH v2] barriers: introduce smp_mb__release_acquire and update documentation
 2015-10-08 12:59 UTC  (7+ messages)

[RFC/PATCH 00/38] perf tools: Speed-up perf report by using multi thread (v5)
 2015-10-08 12:58 UTC  (6+ messages)
` [RFC/PATCH 15/38] perf tools: Introduce machine__find*_thread_by_time()
` [RFC/PATCH 17/38] perf tools: Maintain map groups list in a leader thread

[PATCH] f2fs crypto: fix racing of accessing encrypted page among different competitors
 2015-10-08 12:50 UTC 

[PATCH v2] bridge/netfilter: avoid unused label warning
 2015-10-08 12:51 UTC  (2+ messages)

[PATCH 00/17] fs: remove unnecessary new/huge_valid_dev check
 2015-10-08 12:48 UTC 

Kredit 1.4 %
 2015-10-08 11:53 UTC 

[PATCH v2] drm/gma500: fix double freeing
 2015-10-08 12:47 UTC  (2+ messages)
` [PATCH v3] "

[PATCH net-next 3/6] net: remove dsa.h include from linux/netdevice.h
 2015-10-08 12:36 UTC  (5+ messages)

[lkp] [dm ioctl] e817ef9b89: kernel BUG at mm/slub.c:3517!
 2015-10-08 12:43 UTC  (2+ messages)

[PATCH v5 0/4] uio: add MSI/MSI-X support to uio_pci_generic driver
 2015-10-08 12:41 UTC  (8+ messages)
` [PATCH v5 1/4] uio: add ioctl support

[PATCH v2 0/3] ASoC: rockchip: i2s: add 8 channels capture support and share lrck
 2015-10-08 12:40 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: rockchip: i2s: add 8 channels capture support
` [PATCH v2 2/3] Documentation: DT bindings: rockchip-i2s: add capture property
` [PATCH v2 3/3] ASoC: rockchip: i2s: share tx/rx lrck when symmetric_rates enabled

Random freezes with 4.2.0 and newer
 2015-10-08 12:40 UTC 

[PATCH 00/17] cleanups of fs about new/huge_valid_dev
 2015-10-08 12:29 UTC  (9+ messages)
` [PATCH 05/17] fs/exofs: remove unnecessary new_valid_dev check
` [PATCH 09/17] fs/hpfs: "

30c2a1faaeb3db94fc92f79553cc72634aa3b218 broke cryptsetup on my machine
 2015-10-08 12:38 UTC  (2+ messages)

[PATCH] h8300: Fix build error due to missing word-at-a-time.h
 2015-10-08 12:36 UTC  (3+ messages)

[PATCH v2 00/25] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-10-08 12:34 UTC  (4+ messages)
` [PATCH v2 05/25] powerpc/8xx: Fix vaddr for IMMR early remap

[PATCH] bridge/netfilter: avoid unused label warning
 2015-10-08 12:30 UTC  (3+ messages)

[PATCH] lockd: get rid of reference-counted NSM RPC clients
 2015-10-08 12:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] af_unix: introduce unix_sk_const helper
 2015-10-08 12:11 UTC  (3+ messages)

[PATCH v6 0/6] KASAN for arm64
 2015-10-08 12:09 UTC  (6+ messages)

[PATCH v2] leds: triggers: add invert to heartbeat
 2015-10-08 12:05 UTC  (2+ messages)

[PATCH 2/3] staging: android: ion: Add ion driver for Hi6220 SoC platform
 2015-10-08 12:03 UTC  (2+ messages)

[PATCH v3 1/1] USB:option:add ZTE PIDs
 2015-10-08 11:58 UTC  (2+ messages)

[lkp] [tcp] ca6fb06518: general protection fault: 0000 [#1] SMP
 2015-10-08 11:52 UTC 

[PATCH] mlxsw: fix warnings for big-endian 32-bit dma_addr_t
 2015-10-08 12:07 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] x86, bitops, variable_test_bit should return 1 not -1 on a match
 2015-10-08 11:48 UTC  (4+ messages)

October 4% Special Loan Offer
 2015-10-08 11:48 UTC 

[PATCH] dm ioctl: bugfix for kvfree() in free_params()
 2015-10-08 11:46 UTC 

[lkp] [ACPI] 7494b07eba: Kernel panic - not syncing: Watchdog detected hard LOCKUP on cpu 0
 2015-10-08 11:44 UTC 

[PATCH net-next 0/3] net: remove dsa.h from netdevice.h
 2015-10-08 11:57 UTC  (2+ messages)

[PATCH 1/2] x86: dumpstack, use pr_cont
 2015-10-08 11:40 UTC  (5+ messages)
` [PATCH 1/2] linux/kconfig.h: generalize IS_ENABLED logic

[PATCH net-next v4] net: Microchip encx24j600 driver
 2015-10-08 11:50 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).