linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-11 23:13:25 to 2018-07-12 05:56:41 UTC [more...]

[PATCH v6 0/7] thermal: tsens: Refactoring for TSENSv2 IP
 2018-07-12  5:56 UTC  (18+ messages)
` [PATCH v6 2/7] thermal: tsens: Add support to split up register address space into two
` [PATCH v6 3/7] dt: qcom: 8996: thermal: Move to DT initialisation
` [PATCH v6 5/7] thermal: tsens: Add generic support for TSENS v2 IP
` [PATCH v6 6/7] dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP
` [PATCH v6 7/7] arm64: dts: sdm845: Add tsens nodes

[PATCH] cnic: use kvzalloc to allocate memory for csk_tbl
 2018-07-12  5:56 UTC  (2+ messages)

[PATCH] wimax/i2400m: remove redundant variables ack_status, bcf and protocol
 2018-07-12  5:54 UTC  (2+ messages)

linux-next: duplicate patches in the gfs2 and xfs trees
 2018-07-12  5:53 UTC  (5+ messages)

[PATCH 00/31] Introduced new Cadence USBSSP DRD Driver
 2018-07-12  5:47 UTC  (32+ messages)
` [PATCH 01/31] usb: usbssp: Defined register maps and other useful structures
` [PATCH 02/31] usb: usbssp: Added some decoding functions
` [PATCH 03/31] usb: usbssp: Add trace events used in driver
` [PATCH 04/31] usb: usbssp: Added USBSSP platform driver
` [PATCH 05/31] usb: usbssp: Added first part of initialization sequence
` [PATCH 06/31] usb: usbssp: added template functions used by upper layer
` [PATCH 07/31] usb: usbssp: Initialization - added usbssp_mem_init
` [PATCH 08/31] usb: usbssp: Added ring and segment handling functions
` [PATCH 09/31] usb: usbssp: add implementation of usbssp_mem_cleanup
` [PATCH 10/31] usb: usbssp: added usbssp_trb_in_td function
` [PATCH 11/31] usb: usbssp: added function for stopping driver
` [PATCH 12/31] usb: usbssp: added functions for queuing commands
` [PATCH 13/31] usb: usbssp: addec procedure for handlin Port Status Change events
` [PATCH 14/31] usb: usbssp: added procedure handling command completion events
` [PATCH 15/31] usb: usbssp: added device controller error, transfer and SETUP completion event
` [PATCH 16/31] usb: usbssp: added connect/disconnect procedures
` [PATCH 17/31] usb: usbssp: added implementation of usbssp_halt_endpoint function
` [PATCH 18/31] usb: usbssp: added handling of Port Reset event
` [PATCH 19/31] usb: usbssp: added support for USB enumeration process
` [PATCH 20/31] usb: usbssp: added queuing procedure for control transfer
` [PATCH 21/31] usb: usbssp: added queuing procedure for BULK and INT transfer
` [PATCH 22/31] usb: usbssp: added procedure removing request from transfer ring
` [PATCH 23/31] usb: usbssp: added implementation of transfer events
` [PATCH 24/31] usb: usbssp: added detecting command timeout
` [PATCH 25/31] usb: usbssp: added implementation of usbssp interface
` [PATCH 26/31] usb: usbssp: added endpoint configuration functionality
` [PATCH 27/31] usb: usbssp: implements usbssp_gadget_ep_enable function
` [PATCH 28/31] usb: usbssp: implemented usbssp_gadget_ep_disable function
` [PATCH 29/31] usb: usbssp: added support for LPM
` [PATCH 30/31] usb: usbssp: added support for TEST_MODE
` [PATCH 31/31] usb: usbssp: add pci to platform driver wrapper

[PATCH 04/18] rhashtable: detect when object movement might have invalidated a lookup
 2018-07-12  5:48 UTC  (5+ messages)
  ` [PATCH resend] "

[PATCH] pinctrl: mt7622: fix probe fail by misuse the selector
 2018-07-12  5:50 UTC 

Bug report about KASLR and ZONE_MOVABLE
 2018-07-12  5:49 UTC  (6+ messages)

[PATCH] samples: fix compilation of mpssd
 2018-07-12  5:17 UTC 

[PATCH] MAINTAINERS: Add samples/mic/
 2018-07-12  5:15 UTC 

[PATCH] powerpc: Replaced msleep with usleep_range
 2018-07-12  5:46 UTC  (3+ messages)
` [PATCH] powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS)

mmotm 2018-07-10-16-50 uploaded
 2018-07-12  5:24 UTC  (10+ messages)
` Boot failures with "mm/sparse: Remove CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER" on powerpc (was Re: mmotm 2018-07-10-16-50 uploaded)

[PATCH kernel] powerpc/powernv/ioda2: Add 256M IOMMU page size to the default POWER8 case
 2018-07-12  5:12 UTC  (2+ messages)

[PATCH v4 0/4] rtc: OMAP: Add support for rtc-only mode
 2018-07-12  5:07 UTC  (5+ messages)
` [PATCH v4 1/4] rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec
` [PATCH v4 2/4] rtc: OMAP: Add support for rtc-only mode
` [PATCH v4 3/4] rtc: omap: use of_device_is_system_power_controller function
` [PATCH v4 4/4] rtc: interface: Add power_off_program to rtc_class_ops

[PATCH 0/5] fsi: Coldfire coprocessor offload
 2018-07-12  3:48 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: fsi: Document binding for the fsi-master-ast-cf "device"
` [PATCH v3 2/5] devres: Add devm_of_iomap()
` [PATCH v3 3/5] fsi: master-ast-cf: Add new FSI master using Aspeed ColdFire
` [PATCH v3 4/5] arm: dts: OpenPower Romulus system can use coprocessor for FSI
` [PATCH v3 5/5] arm: dts: OpenPower Palmetto "

[PATCH 00/18] Convert default pr_fmt from empty to KBUILD_MODNAME
 2018-07-12  4:42 UTC  (6+ messages)
` [PATCH 03/18] printk: Convert pr_fmt from blank define "
    ` [PATCH] ring_buffer: Update logging to use single line output

[PATCH v4 00/10] Add the I3C subsystem
 2018-07-12  4:41 UTC  (7+ messages)
` [PATCH v4 01/10] i3c: Add core I3C infrastructure

linux-next: build warning after merge of the scsi-mkp tree
 2018-07-12  4:30 UTC  (2+ messages)

linux-next: manual merge of the scsi-mkp tree with Linus' tree
 2018-07-12  4:29 UTC  (2+ messages)

[PATCH v9 0/7] Centralize and unify usage of preempt/irq tracepoints
 2018-07-12  4:28 UTC  (22+ messages)
` [PATCH v9 4/7] tracepoint: Make rcuidle tracepoint callers use SRCU
` [PATCH v9 5/7] tracing: Centralize preemptirq tracepoints and unify their usage

[PATCH] console: Replace #if 1 with a bool to ignore WARN_CONSOLE_UNLOCKED()
 2018-07-12  4:25 UTC  (4+ messages)

[PATCH v3 0/6] arm: dts: zynq: improvements and cleanup
 2018-07-12  4:10 UTC  (7+ messages)
` [PATCH v3 1/6] arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed boards
` [PATCH v3 2/6] arm: dts: zynq: correct and improve the model property of dt files
` [PATCH v3 3/6] dt-bindings: xilinx: zynq: Improve boards description
` [PATCH v3 4/6] dt-bindings: xilinx: zynq: Sort entries alphabetically
` [PATCH v3 5/6] dt-bindings: Move Paralella board to Xilinx
` [PATCH v3 6/6] dt-bindings: xilinx: zynq: Add missing boards

[PATCH V4 3/5] mailbox: imx: add imx mu support
 2018-07-12  4:06 UTC  (11+ messages)

[PATCH] headers: fix linux/mod_devicetable.h inclusions
 2018-07-12  3:47 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf: btf: print bpftool map data with btf
 2018-07-12  3:30 UTC  (4+ messages)
` [PATCH bpf-next v5 2/3] bpf: btf: add btf print functionality
` [PATCH bpf-next v5 3/3] bpf: btf: print map dump and lookup with btf info

[PATCH] arm64: neon: Fix function may_use_simd() return error status
 2018-07-12  3:29 UTC 

[patch 0/7] x86/kvmclock: Remove memblock dependency and further cleanups
 2018-07-12  3:12 UTC  (12+ messages)
` [patch 2/7] x86/kvmclock: Remove page size requirement from wall_clock
` [patch 3/7] x86/kvmclock: Decrapify kvm_register_clock()
` [patch 5/7] x86/kvmclock: Mark variables __initdata and __ro_after_init
` [patch 6/7] x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
` [patch 7/7] x86/kvmclock: Switch kvmclock data to a PER_CPU variable

[PATCH v2 0/2] ARM: dts: am3355: add support for the Sancloud Beaglebone Enhanced
 2018-07-12  3:08 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: dts: am335x: add am335x-sancloud-bbe board support

[GIT PULL] FSI updates round 2 for 4.19
 2018-07-12  3:03 UTC 

[PATCH 1/2] clk: imx6sll: add GPIO LPCGs
 2018-07-12  2:52 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: imx6sll: add gpio clocks

[PATCH 1/2] ia64: use asm-generic/io.h
 2018-07-12  2:52 UTC  (3+ messages)
` [PATCH 2/2] sparc64: add reads{b,w,l}/writes{b,w,l}

[PATCH v2 0/3] clk: meson: add a sub EMMC clock controller support
 2018-07-12  2:51 UTC  (7+ messages)
` [PATCH v2 1/3] clk: meson: add DT documentation for emmc clock controller
` [PATCH v2 2/3] clk: meson: add sub MMC clock dt-bindings IDs

[PATCH 1/2] mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
 2018-07-12  2:48 UTC  (6+ messages)

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-12  2:52 UTC  (10+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks

Re: devfreq relation with pm qos
 2018-07-12  2:34 UTC  (4+ messages)
  `  "
        ` Re: "

[PATCH 0/2] Follow up fixes for SCU3 ESB
 2018-07-12  2:33 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: imx51-zii-scu3-esb: Add switch IRQ line pinumx config
` [PATCH 2/2] ARM: dts: imx51-zii-scu3-esb: Fix RAVE SP watchdog compatible string

[PATCH 0/2] Allwinner A64 timer workaround
 2018-07-12  2:23 UTC  (6+ messages)

[PATCH v2 0/2] Allwinner A64 timer workaround
 2018-07-12  2:25 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: arch_timer: Workaround for Allwinner A64 timer instability
` [PATCH v2 2/2] arm64: dts: allwinner: a64: Enable A64 timer workaround

[PATCH] extcon: max3355: include mod_devicetable.h
 2018-07-12  2:26 UTC  (4+ messages)

[PATCH v2 0/6] 9p: Use IDRs more effectively
 2018-07-12  2:15 UTC  (4+ messages)
` [PATCH v2 2/6] 9p: Change p9_fid_create calling convention
  ` [V9fs-developer] "

[RFC] Make need_resched() return true when rcu_urgent_qs requested
 2018-07-12  2:15 UTC  (12+ messages)
` [PATCH v2] kvm/x86: Inform RCU of quiescent state when entering guest mode

[PATCH v3 00/12] kbuild/kconfig: do not update config during installation
 2018-07-12  2:12 UTC  (6+ messages)
` [PATCH v3 05/12] kconfig: make syncconfig update .config regardless of sym_change_count

[PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver
 2018-07-12  2:06 UTC  (4+ messages)
` [PATCH v2 1/2] dt: bindings: Add bindings for SDHCI Synopsys DWC MSHC

[PATCH] arm64: Add support for STACKLEAK gcc plugin
 2018-07-12  2:06 UTC  (3+ messages)

[PATCH 1/2] iommu: Add config option to set passthrough as default
 2018-07-12  2:04 UTC  (2+ messages)

[PATCH v6 0/3] serial: 8250_dw: add fractional divisor support
 2018-07-12  1:59 UTC  (4+ messages)
` [PATCH v6 1/3] serial: 8250: introduce get_divisor() and set_divisor() hook
` [PATCH v6 2/3] serial: 8250: export serial8250_do_set_divisor()
` [PATCH v6 3/3] serial: 8250_dw: add fractional divisor support

[PATCH 00/14] fsi: Fixes and Coldfire coprocessor offload
 2018-07-12  2:01 UTC  (4+ messages)
` [PATCH 06/14] fsi: master-gpio: Add more tracepoints

[PATCH v2] KVM: Add coalesced PIO support
 2018-07-12  1:59 UTC 

[PATCH 1/1] f2fs: checkpoint disabling
 2018-07-12  1:53 UTC 

linux-next: build warning after merge of the drm-misc tree
 2018-07-12  1:51 UTC 

[RFC PATCH] mm, page_alloc: double zone's batchsize
 2018-07-12  1:46 UTC  (4+ messages)

[PATCH] thp: fix data loss when splitting a file pmd
 2018-07-12  1:40 UTC  (2+ messages)

[PATCH] x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks
 2018-07-12  1:39 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the imx-mxs tree
 2018-07-12  1:07 UTC  (2+ messages)

[RFC PATCH v2 0/4] sysfs interface to miscellaneous BMC controls and fields
 2018-07-12  0:53 UTC  (5+ messages)
` [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

[PATCH v7 0/1] PCI: kirin: Add MSI support
 2018-07-12  1:00 UTC  (4+ messages)
` [PATCH v7 1/1] "
    ` 答复: "

KASAN: use-after-free Write in tls_push_record (2)
 2018-07-12  0:49 UTC 

[PATCH 00/32] VFS: Introduce filesystem context [ver #9]
 2018-07-12  0:46 UTC  (3+ messages)

[PATCH 0/2] kprobe: Fix: add symbols to kprobe blacklist
 2018-07-12  0:40 UTC  (15+ messages)
` [PATCH 2/2] kprobe: fix: Add ftrace_ops_assist_func "

[PATCH v3] iio: chemical: Add support for Bosch BME680 sensor
 2018-07-12  0:40 UTC  (2+ messages)

[net-next, 1/3] tcp: convert icsk_user_timeout from jiffies to msecs
 2018-07-12  0:36 UTC 

[PATCH v3 4.9] x86/fpu: Remove use_eager_fpu()
 2018-07-12  0:16 UTC 

[PATCH] gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/Kconfig
 2018-07-12  0:16 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: qcom: sdm845: Add thermal-zones node
 2018-07-12  0:10 UTC  (11+ messages)
` [PATCH 3/3] arm64: dts: qcom: pm8998: Add thermal zone

[PATCH 1/3] tty/serial_core: add ISO7816 infrastructure
 2018-07-12  0:10 UTC  (2+ messages)

[PATCH v13 00/18] Early boot time stamps
 2018-07-12  0:04 UTC  (19+ messages)
` [PATCH v13 01/18] x86: text_poke() may access uninitialized struct pages
` [PATCH v13 02/18] x86: initialize static branching early
` [PATCH v13 03/18] x86/CPU: Call detect_nopl() only on the BSP
` [PATCH v13 04/18] x86/tsc: redefine notsc to behave as tsc=unstable
` [PATCH v13 05/18] kvm/x86: remove kvm memblock dependency
` [PATCH v13 06/18] x86/xen/time: initialize pv xen time in init_hypervisor_platform
` [PATCH v13 07/18] x86/xen/time: output xen sched_clock time from 0
` [PATCH v13 08/18] s390/time: add read_persistent_wall_and_boot_offset()
` [PATCH v13 09/18] time: replace read_boot_clock64() with read_persistent_wall_and_boot_offset()
` [PATCH v13 10/18] time: default boot time offset to local_clock()
` [PATCH v13 11/18] s390/time: remove read_boot_clock64()
` [PATCH v13 12/18] ARM/time: "
` [PATCH v13 13/18] x86/tsc: calibrate tsc only once
` [PATCH v13 14/18] x86/tsc: initialize cyc2ns when tsc freq. is determined
` [PATCH v13 15/18] x86/tsc: use tsc early
` [PATCH v13 16/18] sched: move sched clock initialization and merge with generic clock
` [PATCH v13 17/18] sched: early boot clock
` [PATCH v13 18/18] sched: use static key for sched_clock_running

[PATCH v4 0/1] Add basic SoC support for mt6765
 2018-07-12  0:06 UTC  (7+ messages)
` [PATCH v4 1/1] arm64: dts: mediatek: add mt6765 support

[PATCH v2 6/7] soc/tegra: pmc: Remove public pad voltage APIs
 2018-07-12  0:05 UTC  (2+ messages)

[PATCH] arm64: Clear the stack
 2018-07-12  0:05 UTC  (2+ messages)

[PATCH v5 0/3] console/fbcon: Add support for deferred console takeover
 2018-07-11 23:59 UTC  (4+ messages)
` [PATCH v5 2/3] fbcon: Call WARN_CONSOLE_UNLOCKED() where applicable

[patch] mm, vmacache: hash addresses based on pmd
 2018-07-11 23:43 UTC  (5+ messages)

[PATCH 0/2] OMAP Mailbox cleanups for 4.19
 2018-07-11 23:42 UTC  (3+ messages)
` [PATCH 1/2] mailbox/omap: switch to SPDX license identifier
` [PATCH 2/2] mailbox/omap: use of_device_get_match_data() to get match data

drivers/pci/controller/pci-tegra.c:1132:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2018-07-11 23:30 UTC  (2+ messages)
` [PATCH] PCI: fix ptr_ret.cocci warnings

[PATCH 00/14] dma-jz4780 improvements
 2018-07-11 23:27 UTC  (12+ messages)
` [PATCH 02/14] dmaengine: dma-jz4780: Separate chan/ctrl registers
` [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

[PATCH] i915/intel_tv_get_modes: fix strncpy truncation warning
 2018-07-11 23:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v6 00/21] s390: vfio-ap: guest dedicated crypto adapters
 2018-07-11 23:22 UTC  (3+ messages)
` [PATCH v6 15/21] s390: vfio-ap: configure the guest's AP matrix

[PATCH 0/5] pinctrl_gpio_get_direction & ingenic fixes
 2018-07-11 23:22 UTC  (4+ messages)

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-11 23:16 UTC  (7+ messages)
` [RFC PATCH v2 22/27] x86/cet/ibt: User-mode indirect branch tracking support

Kernel 4.17.4 lockup
 2018-07-11 23:14 UTC  (11+ 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).