linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-23 13:00:52 to 2017-09-24 14:23:12 UTC [more...]

[PATCH v4 0/6] IIO-based thermal sensor driver for Allwinner H3 SoC
 2017-09-24 14:23 UTC  (6+ messages)
` [PATCH v4 6/6] ARM: sun8i: h3: add partial CPU thermal zone

[RFC PATCH v3 1/2] membarrier: Provide register expedited private command
 2017-09-24 14:23 UTC  (5+ messages)

Proper way to allocate DMA buffer within a single 4GB block?
 2017-09-24 14:20 UTC  (2+ messages)

usb/net/p54: trying to register non-static key in p54_unregister_leds
 2017-09-24 14:13 UTC  (5+ messages)
    ` [RESEND] "

[PATCH v3 0/5] K2G: Add QSPI support
 2017-09-24 13:51 UTC  (14+ messages)
` [PATCH v3 1/5] mtd: spi-nor: cadence-quadspi: Add TI 66AK2G SoC specific compatible
` [PATCH v3 2/5] mtd: spi-nor: cadence-quadspi: add a delay in write sequence
` [PATCH v3 3/5] mtd: spi-nor: cadence-quadspi: Add new binding to enable loop-back circuit
` [PATCH v3 4/5] mtd: spi-nor: cadence-quadspi: Add support to enable loop-back clock circuit
` [PATCH v3 5/5] mtd: spi-nor: cadence-quadspi: Add runtime PM support

[PATCH 0/2] This patchset is for fixes reported by checkpatch.pl
 2017-09-24 13:12 UTC  (5+ messages)
` [PATCH 1/2] iio: accel: mma8452: Fix code style warning
` [PATCH 2/2] iio: accel: mma8452: Fix code style warning for unsigned int declarations

[PATCH] iio: adc: stm32: fix bad error check on max_channels
 2017-09-24 13:09 UTC  (2+ messages)

[PATCH 1/5] PCI: protect restore with device lock to be consistent
 2017-09-24 13:08 UTC  (7+ messages)
` [PATCH 2/5] PCI: handle FLR failure and allow other reset types
` [PATCH 3/5] PCI: make pci_flr_wait() generic and rename to pci_dev_wait()
` [PATCH 4/5] PCI: wait device ready after pci_pm_reset()
` [PATCH 5/5] PCI: add device wait after slot and bus reset

[patch 0/3] KVM KVM_HC_RT_PRIO hypercall support
 2017-09-24 13:05 UTC  (12+ messages)
` [patch 3/3] x86: kvm guest side support for KVM_HC_RT_PRIO hypercall

[PATCH 0/3] iio: trigger: stm32-timers fixes
 2017-09-24 12:22 UTC  (7+ messages)
` [PATCH 1/3] iio: trigger: stm32-timer: preset shouldn't be buffered
` [PATCH 2/3] iio: trigger: stm32-timer: fix a corner case to write preset
` [PATCH 3/3] iio: trigger: stm32-timer: enable clock when in master mode

[PATCH] net: bcm63xx_enet: Use setup_timer and mod_timer
 2017-09-24 12:11 UTC 

[PATCH 0/3] iio: adc: twl4030: Fix some error handling issues in 'twl4030_madc_probe()'
 2017-09-24 12:05 UTC  (7+ messages)
` [PATCH 1/3] iio: adc: twl4030: Fix an error handling path "
  ` [PATCH 2/3] iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path of 'twl4030_madc_probe()'
  ` [PATCH 3/3] iio: adc: twl4030: Return an error if we can not enable the vusb3v1 regulator in 'twl4030_madc_probe()'

[PATCH] s390/sclp: Use setup_timer and mod_timer
 2017-09-24 12:00 UTC 

[PATCH] IB/qib: Use setup_timer and mod_timer
 2017-09-24 11:51 UTC 

[PATCH net-next 00/10] Add support for DCB feature in hns3 driver
 2017-09-24 11:37 UTC  (6+ messages)
` [PATCH net-next 10/10] net: hns3: Add mqprio support when interacting with network stack

[GIT PULL] x86 fixes
 2017-09-24 11:28 UTC 

[GIT PULL] timer fix
 2017-09-24 11:25 UTC 

[GIT PULL] IRQ fixes
 2017-09-24 11:21 UTC 

[GIT PULL] syscall-return address-limit checking fixes
 2017-09-24 11:17 UTC 

[PATCH v2 0/4] perf script: Add script per-event-dump support
 2017-09-24 11:12 UTC  (5+ messages)
` [PATCH v2 1/4] Add a new element for the struct perf_tool, and add the --per-event-dump option for perf script
` [PATCH v2 2/4] Add fp argument to print functions
` [PATCH v2 3/4] Replace printf with fprintf for all "
` [PATCH v2 4/4] Make all print functions receive the fp argument, and opens a dump file in process_event

9f4835fb96 ("x86/fpu: Tighten validation of user-supplied .."): Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
 2017-09-24 11:11 UTC  (3+ messages)

[PATCH] x86: Remove unneeded \n\t in front of CC_SET from asm templates
 2017-09-24 11:01 UTC  (2+ messages)
` [tip:x86/asm] x86/asm: Remove unnecessary \n\t in front of CC_SET() "

[PATCH 00/10] x86/fpu: Split up "x86/fpu: Tighten validation of user-supplied xstate_header"
 2017-09-24 10:59 UTC  (11+ messages)
` [PATCH 01/10] x86/fpu: Introduce validate_xstate_header()
` [PATCH 02/10] x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()
` [PATCH 03/10] x86/fpu: Use validate_xstate_header() to validate the xstate_header in sanitize_restored_xstate()
` [PATCH 04/10] x86/fpu: Copy the full state_header in copy_kernel_to_xstate()
` [PATCH 05/10] x86/fpu: Eliminate the 'xfeatures' local variable "
` [PATCH 06/10] x86/fpu: Use validate_xstate_header() to validate the xstate_header "
` [PATCH 07/10] x86/fpu: Copy the full header in copy_user_to_xstate()
` [PATCH 08/10] x86/fpu: Eliminate the 'xfeatures' local variable "
` [PATCH 09/10] x86/fpu: Use validate_xstate_header() to validate the xstate_header "
` [PATCH 10/10] x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES

[PATCH 0/6] [media] omap_vout: Adjustments for three function implementations
 2017-09-24 10:35 UTC  (8+ messages)
` [PATCH 1/6] [media] omap_vout: Delete an error message for a failed memory allocation in omap_vout_create_video_devices()
` [PATCH 2/6] [media] omap_vout: Improve a size determination in two functions
` [PATCH 3/6] [media] omap_vout: Adjust a null pointer check "
` [PATCH 4/6] [media] omap_vout: Fix a possible null pointer dereference in omap_vout_open()
` [PATCH 5/6] [media] omap_vout: Delete an unnecessary variable initialisation "
` [PATCH 6/6] [media] omap_vout: Delete two unnecessary variable initialisations in omap_vout_probe()

[PATCH] rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig
 2017-09-24 10:34 UTC 

radeon_get_bios: BUG: unable to handle kernel paging request
 2017-09-24 10:26 UTC 

[PATCH] sparc64: mmu_context: Add missing include files
 2017-09-24 10:14 UTC  (2+ messages)

[PATCH] firmware: dmi_scan: Drop dmi_initialized
 2017-09-24  9:16 UTC  (4+ messages)

[char-misc 0/2] mei updates for 4.14-rc2
 2017-09-24  8:35 UTC  (3+ messages)
` [char-misc 1/2] mei: always use domain runtime pm callbacks
` [char-misc 2/2] mei: me: add gemini lake devices id

include/linux/kernel.h:860:32: error: dereferencing pointer to incomplete type 'struct clock_event_device'
 2017-09-24  8:26 UTC 

[PATCH] Fix C++ kernel in include/linux/mtd/mtd.h
 2017-09-24  8:23 UTC  (4+ messages)

[PATCH v3] block: consider merge of segments when merge bio into rq
 2017-09-24  8:04 UTC 

[PATCH V3 1/1] clk: bulk: add of_clk_bulk_get()
 2017-09-24  8:05 UTC  (3+ messages)

[PATCH v6 1/2] media:imx274 device tree binding file
 2017-09-24  7:53 UTC  (2+ messages)
` [PATCH v6 2/2] media:imx274 V4l2 driver for Sony imx274 CMOS sensor

(*ABS*+0xbb29b267): multiple definition of `__crc___gcov_merge_add'
 2017-09-24  7:50 UTC  (2+ messages)

[PATCH] staging:ccree Fix avoid externs in .c files
 2017-09-24  7:23 UTC  (2+ messages)

[PATCH] staging:ccree Fix use BIT macro
 2017-09-24  7:20 UTC  (2+ messages)

[PATCH 0/3] ALSA: BeBoB: Fine-tuning for six function implementations
 2017-09-24  7:06 UTC  (4+ messages)
` [PATCH 1/3] ALSA: bebob: Use common error handling code in snd_bebob_stream_start_duplex()
    `  "

[PATCH] drm/tegra: Replace dev_* with DRM_DEV_*
 2017-09-24  6:52 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] dmaengine: imx-sdma: Report a DMA_ERROR in status if 'count' or 'dma_address' do not match DMA_SLAVE_BUSWIDTH
 2017-09-24  6:26 UTC 

drivers/clocksource/timer-of.h:35:28: error: field 'clkevt' has incomplete type
 2017-09-24  6:10 UTC 

[PATCH 0/2 v6] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-24  6:10 UTC  (3+ messages)
` [PATCH 2/2] mm: oom: show unreclaimable slab info "

[PATCH] nvme: use menu Kconfig interface
 2017-09-24  6:07 UTC  (2+ messages)

[PATCH] drm/omap: Fix error handling path in 'omap_dmm_probe()'
 2017-09-24  6:01 UTC 

[PATCH] mac80211: aead api to reduce redundancy
 2017-09-24  5:40 UTC 

[GIT PULL] security: general update for v4.14
 2017-09-24  5:12 UTC 

[PATCH V6 3/3] scsi: Align block queue to dma_get_cache_alignment()
 2017-09-24  3:45 UTC  (2+ messages)

[PATCH v2 0/4] perf script: Add script per-event-dump support
 2017-09-24  3:37 UTC  (5+ messages)
` [PATCH v2 1/4] Add a new element for the struct perf_tool, and add the --per-event-dump option for perf script
` [PATCH v2 2/4] Add fp argument to print functions
` [PATCH v2 3/4] Replace printf with fprintf for all "
` [PATCH v2 4/4] Makes all print functions receive the fp argument, and opens a dump file in process_event

drivers/media/pci/solo6x10/solo6x10-gpio.c:165: warning: unused variable 'ret'
 2017-09-24  3:37 UTC 

[PATCH] fs/coda: ensure the header peeked at is the same in the actual message
 2017-09-24  2:35 UTC  (2+ messages)

arch/sparc/include/asm/mmu_context_64.h:22:37: error: unknown type name 'per_cpu_secondary_mm'
 2017-09-24  1:00 UTC 

[PATCH] hid: retrode: tell what a Retrode is and drop a blank line
 2017-09-24  0:33 UTC 

[PATCH review for 4.4 01/47] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
 2017-09-24  0:18 UTC  (4+ messages)
` [PATCH review for 4.4 12/47] clk: wm831x: fix usleep_range with bad range

[PATCH] cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'
 2017-09-24  0:04 UTC  (2+ messages)

[PATCH v2 00/10] dmaengine: sun6i: Fixes for H3/A83T, enable A64
 2017-09-23 23:34 UTC  (4+ messages)
` [PATCH v2 06/10] arm64: allwinner: a64: Add devicetree binding for DMA controller

[PATCH 00/33] x86 FPU fixes and cleanups for v4.14
 2017-09-23 23:27 UTC  (33+ messages)
` [PATCH 02/33] x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user()
` [PATCH 03/33] x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
` [PATCH 06/33] x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
` [PATCH 07/33] x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions
` [PATCH 08/33] x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
` [PATCH 10/33] x86/fpu: Simplify __copy_xstate_to_kernel() return values
` [PATCH 11/33] x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()
` [PATCH 12/33] x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
` [PATCH 13/33] x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
` [PATCH 14/33] x86/fpu: Flip the parameter order in copy_*_to_xstate()
` [PATCH 15/33] x86/fpu: Simplify fpu->fpregs_active use
` [PATCH 16/33] x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
` [PATCH 17/33] x86/fpu: Split the state handling in fpu__drop()
` [PATCH 18/33] x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
` [PATCH 19/33] x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
` [PATCH 20/33] x86/fpu: Remove struct fpu::fpregs_active
` [PATCH 21/33] x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs
` [PATCH 22/33] x86/fpu: Fix boolreturn.cocci warnings
` [PATCH 23/33] x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()
` [PATCH 24/33] x86/fpu: Don't let userspace set bogus xcomp_bv
` [PATCH 25/33] x86/fpu: Tighten validation of user-supplied xstate_header
` [PATCH 26/33] x86/fpu: Reinitialize FPU registers if restoring FPU state fails
` [PATCH 27/33] x86/fpu: Simplify fpu__activate_fpstate_read()
` [PATCH 28/33] x86/fpu: Remove fpu__current_fpstate_write_begin/end()
` [PATCH 29/33] x86/fpu: Rename fpu::fpstate_active to fpu::initialized
` [PATCH 30/33] x86/fpu: Fix stale comments about lazy FPU logic
` [PATCH 31/33] x86/fpu: Simplify and speed up fpu__copy()
` [PATCH 32/33] x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
` [PATCH 33/33] x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__read/write()

[PATCH v2 0/4] iio: light: vl6180: Several fixes and enhancements
 2017-09-23 22:58 UTC  (5+ messages)
` [PATCH v2 1/4] iio: light: vl6180: Move range check to integration time setter, cleanup
` [PATCH v2 2/4] iio: light: vl6180: Avoid readback of integration time register
` [PATCH v2 3/4] iio: light: vl6180: Cleanup als_gain lookup, avoid register readback
` [PATCH v2 4/4] iio: light: vl6180: Correct ALS scale for non-default gain/integration time

[PATCH v2] staging: bcm2835-audio: Fix memory corruption
 2017-09-23 22:44 UTC  (4+ messages)

Contribution to Linux Kernel
 2017-09-23 22:21 UTC 

[INFO] "git ac --auto" for kernel repo
 2017-09-23 21:09 UTC 

[PATCH 0/4] [GIT PULL] tracing/rcu: Fix save_stack_trace() called when RCU is not watching
 2017-09-23 20:56 UTC  (5+ messages)
` [PATCH 1/4] rcu: Allow for page faults in NMI handlers
` [PATCH 2/4] extable: Consolidate *kernel_text_address() functions
` [PATCH 3/4] extable: Enable RCU if it is not watching in kernel_text_address()
` [PATCH 4/4] tracing: Remove RCU work arounds from stack tracer

[PATCH v2 00/31] struct timer_list callback argument conversion, step 1
 2017-09-23 20:43 UTC  (3+ messages)
` [PATCH v2 01/31] coccinelle: Improve setup_timer.cocci matching

[PATCH] fix unbalanced page refcounting in bio_map_user_iov
 2017-09-23 20:33 UTC  (5+ messages)

[PATCH] au1k_ir.c fix warning: Prefer [subsystem eg: netdev]_info([subsystem]dev, 
 2017-09-23 20:13 UTC 

[PATCH 0/3] [media] camss-csid: Fine-tuning for three function implementations
 2017-09-23 19:46 UTC  (4+ messages)
` [PATCH 1/3] [media] camss-csid: Use common error handling code in csid_set_power()
` [PATCH 2/3] [media] camss-csid: Reduce the scope for a variable "
` [PATCH 3/3] [media] camss-csid: Adjust a null pointer check in two functions

drivers/platform/mips/cpu_hwmon.c: orderly_poweroff() is silent
 2017-09-23 19:11 UTC 

[PATCH] omap_ssi_core: fix kilo to be "k" not "K"
 2017-09-23 19:08 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c: broken emergency poweroff handling
 2017-09-23 19:04 UTC 

[PATCH] irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()
 2017-09-23 18:50 UTC 

[PATCH v3 0/3] x86/fpu: prevent leaking FPU registers via invalid FPU state
 2017-09-23 18:28 UTC  (6+ messages)
    ` [PATCH] x86/fpu: Simplify fpu__activate_fpstate_read()

[PATCH] Documentation: DT bindings: Add chip compatible string for audio codec
 2017-09-23 18:15 UTC 

[PATCH] net: dsa: avoid null pointer dereference on p->phy
 2017-09-23 17:21 UTC  (3+ messages)

[PATCH 0/4] rcu/tracing/extable: Fix stack dump when RCU is not watching
 2017-09-23 17:15 UTC  (7+ messages)
` [PATCH 4/4] tracing: Remove RCU work arounds from stack tracer

[PATCH] coccicheck: improve pattern for getting relative path
 2017-09-23 16:49 UTC  (2+ messages)

[PATCH v2] Asus WMI : Add lightbar led support
 2017-09-23 16:23 UTC 

[PATCH 1/2] i2c: designware: switch to suspend_late/resume_early
 2017-09-23 16:17 UTC  (7+ messages)

[PATCH 0/8] [media] v4l2-core: Fine-tuning for some function implementations
 2017-09-23 15:27 UTC  (6+ messages)
        `  "

[PATCH net-next 0/2] lan9303: Add basic offloading of unicast traffic
 2017-09-23 14:31 UTC  (7+ messages)
` [PATCH net-next 2/2] net: dsa: "

[PATCHSET for-4.14] cgroup, sched: cgroup2 basic resource accounting
 2017-09-23 13:44 UTC  (4+ messages)

[PATCH v2 2/2] x86/asm: Fix inline asm call constraints for clang
 2017-09-23 13:28 UTC  (2+ messages)
` [tip:x86/urgent] x86/asm: Fix inline asm call constraints for Clang

[PATCH v2 1/2] objtool: Handle another GCC stack pointer adjustment bug
 2017-09-23 13:28 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v2 0/2] x86: Fix inline asm call constraints for clang
 2017-09-23 13:05 UTC  (4+ 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).