LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2015-01-05 09:07:14 to 2015-01-05 12:41:31 UTC [more...]
[PATCH] selftests/exec: allow shell return code of 126
2015-01-05 11:35 UTC (2+ messages)
[PATCH 3.19-rc2 v15 0/8] arm: Fix DEBUG_LL for multi-platform kernels (without PL01X)
2015-01-05 12:40 UTC (3+ messages)
` [PATCH 3.19-rc2 v15 1/8] arm: cnx3xxx: Remove spurious default for DEBUG_CNS3xxx
` [PATCH 3.19-rc2 v15 2/8] arm: configs: Enable DEBUG_LL_UART_8250 where needed
[alsa-devel] [PATCH 0/3] Sound support for Exynos4412 Trats2 board
2015-01-05 12:40 UTC (6+ messages)
` [alsa-devel] [PATCH 1/3] ASoC: samsung: Add machine driver for Trats2
` [alsa-devel] [PATCH 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings
` [alsa-devel] [PATCH 3/3] ARM: dts: Add sound nodes for exynos4412-trats2
[PATCH] kprobes: bugfix: force unoptimize when disable kprobes
2015-01-05 12:32 UTC
[PATCH] kprobes: bugfix: set kprobes_all_disarmed earlier to enable re-optimization
2015-01-05 12:31 UTC
[PATCH 3/3] spi:spi-gpio: fixed space coding styple issue
2015-01-05 12:36 UTC (2+ messages)
[PATCH] Drivers: isdn: gigaset: checkpatch cleanup
2015-01-05 12:34 UTC (3+ messages)
[PATCH] Revert 9fc2105aeaaf56b0cf75296a84702d0f9e64437b to fix pyaudio (and probably more)
2015-01-05 12:32 UTC (13+ messages)
[PATCH] s390: Remove unnecessary KERN_CONT
2015-01-05 12:29 UTC
[PATCH 0/2] ARM: mediatek: Enable uart for mt6589
2015-01-05 12:28 UTC (3+ messages)
` [PATCH 2/2] ARM: mediatek: dts: Add uart to Aquaris5
[PATCH] ARM: mediatek: dts: Add UART dts for MT8127 and MT8135 boards
2015-01-05 12:28 UTC
[PATCH v11 0/9] Enable L2 cache support on Exynos4210/4x12 SoCs
2015-01-05 12:19 UTC (10+ messages)
` [PATCH v11 1/9] ARM: OMAP2+: use common l2cache initialization code
` [PATCH v11 2/9] ARM: l2c: use l2c_write_sec() for restoring latency and filter regs
` [PATCH v11 3/9] ARM: l2c: Refactor the driver to use commit-like interface
` [PATCH v11 4/9] ARM: l2c: Add interface to ask hypervisor to configure L2C
` [PATCH v11 5/9] ARM: l2c: Get outer cache .write_sec callback from mach_desc only if not NULL
` [PATCH v11 6/9] ARM: l2c: Add support for overriding prefetch settings
` [PATCH v11 7/9] ARM: EXYNOS: Add .write_sec outer cache callback for L2C-310
` [PATCH v11 8/9] ARM: EXYNOS: Add support for non-secure L2X0 resume
` [PATCH v11 9/9] ARM: dts: exynos4: Add nodes for L2 cache controller
[PATCH] infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> uses
2015-01-05 12:14 UTC
deb-pkg: Cleaning of debian/*tmp files when running 'make (dist)clean'
2014-12-31 13:53 UTC (4+ messages)
[PATCH] coresight: fix comment in of_coresight.c
2015-01-05 12:05 UTC
[PATCH 0/8] Atmel System Timer cleanups
2015-01-05 12:06 UTC (9+ messages)
` [PATCH 1/8] ARM: at91/dt: declare atmel,at91rm9200-st as a syscon
` [PATCH 2/8] mfd: Add atmel-st driver
` [PATCH 3/8] watchdog: at91rm9200: use the regmap from mfd
` [PATCH 4/8] ARM: at91: time: move the system timer driver to drivers/clocksource
` [PATCH 5/8] ARM: at91: move the restart function to the system timer driver
` [PATCH 6/8] clocksource: atmel-st: properly initialize driver
` [PATCH 7/8] clocksource: atmel-st: use syscon/regmap
` [PATCH 8/8] ARM: at91: remove useless include
[RFC][PATCH 0/3] sched: skip_clock_update madness
2015-01-05 12:07 UTC (7+ messages)
` [RFC][PATCH 1/3] sched: Validate rq_clock*() serialization
` [RFC][PATCH 2/3] sched: Rework rq->clock update skips
` [RFC][PATCH 3/3] sched,debug: Print clock_task
[PATCH 1/3] microblaze: intc: Don't override error codes
2015-01-05 11:56 UTC (2+ messages)
[PATCH] ARM: configs: at91_dt: add rm9200 ethernet support
2015-01-05 11:53 UTC
[PATCH v5 0/5] regulator: Allow parsing custom DT properties with simplified DT parse
2015-01-05 11:48 UTC (6+ messages)
` [PATCH v5 1/5] regulator: Copy config passed during registration
` [PATCH v5 2/5] regulator: Allow parsing custom properties when using simplified DT parsing
` [PATCH v5 3/5] regulator: max77686: Add GPIO control
` [PATCH v5 4/5] mfd/regulator: dt-bindings: max77686: Document gpio properties
` [PATCH v5 5/5] ARM: dts: exynos4412-trats: Switch max77686 regulators to GPIO control
[PATCH next] net: netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings
2015-01-05 11:44 UTC (2+ messages)
[PATCH] iommu: Fix build of allmod/allyes config on ARMv8 architecture
2015-01-05 11:40 UTC (4+ messages)
[PATCH v19 00/11] ARM: kprobes: OPTPROBES and other improvements
2015-01-05 11:34 UTC (12+ messages)
` [PATCH v19 01/11] ARM: probes: move all probe code to dedicate directory
` [PATCH v19 02/11] ARM: kprobes: remove unused ARM decoder actions
` [PATCH v19 03/11] ARM: kprobes: introduces checker
` [PATCH v19 04/11] ARM: kprobes: collects stack consumption for store instructions
` [PATCH v19 05/11] ARM: kprobes: disallow probing stack consuming instructions
` [PATCH v19 06/11] ARM: kprobes: Add test cases for "
` [PATCH v19 07/11] kprobes: Pass the original kprobe for preparing optimized kprobe
` [PATCH v19 08/11] ARM: kprobes: enable OPTPROBES for ARM 32
` [PATCH v19 09/11] ARM: kprobes: Fix unreliable MRS instruction tests
` [PATCH v19 10/11] ARM: kprobes: check register usage for probed instruction
` [PATCH v19 11/11] ARM: optprobes: execute instruction during restoring if possible
[PATCH] arch: m68k: mvme147: config.c: Remove unused function
2015-01-05 11:39 UTC (2+ messages)
[PATCH] microblaze: Add target architecture
2015-01-05 11:33 UTC
[PATCH] nftables: nft_flush_table: handle chain dependencies
2015-01-05 11:39 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/3] Early 8250 fixlets
2015-01-05 11:30 UTC (4+ messages)
` [PATCH v2 1/3] serial: 8250_early: optimize early 8250 uart
` [PATCH v2 2/3] serial: 8250_early: prepare for dynamic BASE_BAUD
` [PATCH v2 3/3] ARC: runtime determine BASE_BAUD per machine
[PATCH] microblaze: Add missing PVR version codes
2015-01-05 11:30 UTC (2+ messages)
[PATCH] ASoC: ts3a227e: Check and report jack status at probe
2015-01-05 11:26 UTC
[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
2015-01-05 11:22 UTC (4+ messages)
` [PATCH 0/8] fs/9p: Deletion of some unnecessary checks
` [PATCH 1/8] fs/9p: Deletion of unnecessary checks before the function call "p9_client_clunk"
[PATCH v2] crypto: AEAD: add check for presence of auth tag
2015-01-05 11:21 UTC
[PATCH 0/4] ARM: at91: remove !DT support for at91sam9260/9g20 and at91sam9263
2015-01-05 11:16 UTC (7+ messages)
` [PATCH 1/4] ARM: at91: remove at91sam9263 legacy board support
[GIT PULL] at91: fixes for 3.19 #1 (bis)
2015-01-05 11:14 UTC
[PATCH v7 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-01-05 11:14 UTC (7+ messages)
` [PATCH v7 1/2] crypto: AF_ALG: add AEAD support
[RFC/PATCHSET 00/30] perf tools: New build framework
2015-01-05 11:13 UTC (4+ messages)
` [PATCH 01/30] perf tools: Add new build framework support
[PATCH 00/28] remove .owner for most platform_drivers: the missing bits
2015-01-05 11:08 UTC (3+ messages)
` [PATCH 09/28] iommu: drop owner assignment from platform_drivers
[PATCH] brcm80211: brcmsmac: dma: Remove some unused functions
2015-01-05 11:06 UTC (6+ messages)
[PATCH v5 00/18] Introduce ACPI for ARM64 based on ACPI 5.1
2015-01-05 11:05 UTC (5+ messages)
` [PATCH v5 18/18] Documentation: ACPI for ARM64
[PATCH] crypto: AEAD: add check for presence of auth tag
2015-01-05 11:00 UTC (7+ messages)
[PATCH 1/2] iommu/vt-d: Fix dmar_domain leak in iommu_attach_device
2015-01-05 10:59 UTC (3+ messages)
[PATCH 0/10] Replace _PAGE_NUMA with PAGE_NONE protections v5
2015-01-05 10:54 UTC (11+ messages)
` [PATCH 01/10] mm: numa: Do not dereference pmd outside of the lock during NUMA hinting fault
` [PATCH 02/10] mm: Add p[te|md] protnone helpers for use by NUMA balancing
` [PATCH 03/10] mm: Convert p[te|md]_numa users to p[te|md]_protnone_numa
` [PATCH 04/10] ppc64: Add paranoid warnings for unexpected DSISR_PROTFAULT
` [PATCH 05/10] mm: Convert p[te|md]_mknonnuma and remaining page table manipulations
` [PATCH 06/10] mm: Remove remaining references to NUMA hinting bits and helpers
` [PATCH 07/10] mm: numa: Do not trap faults on the huge zero page
` [PATCH 08/10] x86: mm: Restore original pte_special check
` [PATCH 09/10] mm: numa: Add paranoid check around pte_protnone_numa
` [PATCH 10/10] mm: numa: Avoid unnecessary TLB flushes when setting NUMA hinting entries
[PATCH V1 1/1] iio: Added Capella cm3232 ambient light sensor driver
2015-01-05 10:51 UTC (2+ messages)
[PATCH 0/9] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan
2015-01-05 10:50 UTC (7+ messages)
` [PATCH 2/9] hwmon: dts: Doc: Add DTS doc to explain how to use PWM FAN as a cooling device
[PATCH] brcmfmac: avoid duplicated suspend/resume operation
2015-01-05 10:48 UTC (4+ messages)
答复:[PATCH] perf core: Use KSTK_ESP() instead of pt_regs->sp while output user regs
2015-01-05 10:46 UTC (3+ messages)
` [PATCH 0/2] perf: Improve user regs sampling
[PATCH 0/3] DLN2 fixes related to suspend/resume
2015-01-05 10:42 UTC (5+ messages)
` [PATCH 1/3] gpio: dln2: fix issue when an IRQ is unmasked then enabled
[PATCH] Documentation: of: fix typo in graph bindings
2015-01-05 10:37 UTC (2+ messages)
[PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c
2015-01-05 10:37 UTC (2+ messages)
[PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function
2015-01-05 10:37 UTC (2+ messages)
Fastmap update v2 (pile 1)
2015-01-05 10:37 UTC (3+ messages)
[PATCH] crypto: sha-mb - Add avx2_supported check
2015-01-05 10:36 UTC (2+ messages)
xen/x86: properly retrieve NMI reason
2015-01-05 10:35 UTC (2+ messages)
[PATCH] net: wireless: rtlwifi: btcoexist: halbtc8821a2ant: Remove some unused functions
2015-01-05 10:28 UTC (3+ messages)
[2/3] mm: fix up some user-visible effects of the stack guard page
2015-01-05 10:21 UTC
[BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)
2015-01-05 10:26 UTC (5+ messages)
[PATCH 1/3] checkpatch: Check for use of disallowed macros
2015-01-05 10:26 UTC (4+ messages)
` [PATCH 3/3] ACPICA: Remove use of __DATE__ macro
[PATCH] Revert "ipw2200: select CFG80211_WEXT"
2015-01-05 10:20 UTC (8+ messages)
[PATCH v4 0/4] power: Add max77693 charger driver
2015-01-05 10:16 UTC (5+ messages)
` [PATCH v4 1/4] devicetree: power/mfd: max77693: Document new bindings for charger
` [PATCH v4 2/4] mfd: max77693: Add defines for MAX77693 charger driver
` [PATCH v4 3/4] power: max77693: Add charger driver for Maxim 77693
` [PATCH v4 4/4] Documentation: power: max77693-charger: Document exported sysfs entry
[PATCH v7] edac: synps: Added EDAC support for zynq ddr ecc controller
2015-01-05 10:15 UTC (4+ messages)
[PATCH V2] tty: 8250: Add 64byte UART support for FSL platforms
2015-01-05 15:44 UTC
[PATCH 1/1 linux-next] ext3: destroy sbi mutexes in put_super
2015-01-05 10:13 UTC (2+ messages)
[RESEND PATCH 0/2] pinctrl-st: various fixes
2015-01-05 10:04 UTC (3+ messages)
` [RESEND PATCH 1/2] pinctrl: st: avoid multiple mutex lock
` [RESEND PATCH 2/2] pinctrl: st: Add irq_disable hook to st_gpio_irqchip
[PATCH] eventfd: fix trivial typos in function eventfd_signal() comment
2015-01-05 10:03 UTC
e1000_netpoll(): disable_irq() triggers might_sleep() on linux-next
2015-01-05 10:06 UTC (6+ messages)
CONFIG_UDF_FS description
2015-01-05 10:06 UTC (2+ messages)
[PATCH] rfkill: parameters documentation
2015-01-05 10:03 UTC (2+ messages)
[PATCH RFC v7 00/21] Add support for i.MX MIPI DSI DRM driver
2015-01-05 10:05 UTC (4+ messages)
` [PATCH RFC v7 16/21] drm: panel: Add support for Himax HX8369A MIPI DSI panel
Building sh4 without CONFIG_EXPERT
2015-01-05 9:58 UTC (3+ messages)
[patch] mm: memcontrol: track move_lock state internally
2015-01-05 9:51 UTC (2+ messages)
[PATCH 0/3] Dell Airplane Mode Switch driver
2015-01-05 9:55 UTC (5+ messages)
[PATCH 1/2] Align member-assigns in a structure-copy block
2015-01-05 9:54 UTC (6+ messages)
` [PATCH 2/2] Fix copy-paste bug: assign from src struct not dest
[PATCH 1/2] clk: Add clk_unregister_{divider,gate,mux} to close memory leak
2015-01-05 9:52 UTC (2+ messages)
` [PATCH 2/2] clk: exynos-audss: Fix memory leak on driver unbind or probe failure
[RESEND PATCH] mmc: sdhci: Fix sleep in atomic after inserting SD card
2015-01-05 9:50 UTC
[PATCH] tools: ffs-aio-example: add missing wMaxPacketSize for HS descs
2015-01-05 9:44 UTC
[PATCH repost 00/16] uaccess: fix sparse warning on get_user for bitwise types
2015-01-05 9:44 UTC (5+ messages)
` [PATCH repost 09/16] metag/uaccess: fix sparse errors
[PATCH v2 0/2] kbuild: Refactor ./Kbuild
2015-01-05 9:44 UTC (2+ messages)
[PATCH 0/2] usb: dwc2: fix the uncompleted requests problem
2015-01-05 9:31 UTC (3+ messages)
` [PATCH 1/2] Revert "usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()"
` [PATCH 2/2] drivers: usb: dwc2: remove 'force' parameter from kill_all_requests()
[PATCH] s390: boot: compressed: misc: Express the return value of _sclp_print_early()
2015-01-05 9:37 UTC (3+ messages)
[PATCH 1/1 linux-next] ceph: use %zu for size_t display
2015-01-05 9:31 UTC (2+ messages)
[PATCH] drivers:net:wireless: Add proper locking for the function, b43_op_beacon_set_tim in main.c
2015-01-05 9:29 UTC
[PATCH] block: rbd.c: Remove unused function
2015-01-05 9:25 UTC (2+ messages)
[PATCH 1/8] ASoC: alc5632: Constify struct regmap_config and snd_soc_codec_driver
2015-01-05 9:18 UTC (8+ messages)
` [PATCH 2/8] ASoC: cs35l32: "
` [PATCH 3/8] ASoC: cs42l52: "
` [PATCH 4/8] ASoC: cs42l56: "
` [PATCH 5/8] ASoC: cs42l73: "
` [PATCH 6/8] ASoC: wm8804: "
` [PATCH 7/8] ASoC: wm8988: "
` [PATCH 8/8] ASoC: wm8804: "
[PATCH v2] ARM: socfpga: dts: Add adxl34x
2015-01-05 9:21 UTC (2+ messages)
[PATCH] move file->f_op->open out of mutex (misc_mtx) in misc_open
2015-01-05 9:14 UTC
[PATCH v2] iio: imu: kmx61: Drop odr_bits from kmx61_samp_freq_table
2015-01-05 9:21 UTC
[dm-devel] Questions about the function, queue_empty in dm-cache-policy-mq.c
2015-01-05 9:17 UTC
[PATCH] pci: introduce common pci config space accessors
2015-01-05 9:16 UTC (2+ messages)
scsi: non atomic allocation in mempool_alloc in atomic context
2015-01-05 9:15 UTC (2+ messages)
linux-next: Tree for Jan 5
2015-01-05 9:14 UTC (2+ messages)
[PATCH V3 1/2] mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed
2015-01-05 9:12 UTC (2+ messages)
[PATCH 01/14] mfd: 88pm860x-core: Constify struct regmap_config
2015-01-05 9:01 UTC (8+ messages)
` [PATCH 04/14] mfd: davinci_voicecodec: "
` [PATCH 05/14] mfd: lm3533: "
` [PATCH 06/14] mfd: max77686: "
` [PATCH 07/14] mfd: mc13xxx: i2c/spi: "
` [PATCH 08/14] mfd: pcf50633: "
` [PATCH 09/14] mfd: retu: "
` [PATCH 12/14] mfd: tps65218: "
[PATCH RESEND] ARM: exynos_defconfig: Enable options for display panel support
2015-01-05 9:09 UTC (3+ messages)
[PATCH] watchdog: imx2: Constify struct regmap_config and watchdog_ops
2015-01-05 9:09 UTC
[PATCH] spi: meson: Constify struct regmap_config
2015-01-05 9:07 UTC
page: next (older) | prev (newer) | latest
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).