linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-25 08:41:47 to 2017-10-25 12:07:52 UTC [more...]

[PATCH v2 0/7] fix fanotify issues with the series in v4.12
 2017-10-25 12:07 UTC  (12+ messages)
` [PATCH v2 1/7] fsnotify: clean up fsnotify_prepare/finish_user_wait()
` [PATCH v2 2/7] fsnotify: pin both inode and vfsmount mark
` [PATCH v2 3/7] fsnotify: fix pinning group in fsnotify_prepare_user_wait()
` [PATCH v2 4/7] fsnotify: skip unattached marks
` [PATCH v2 5/7] fanotify: fix fsnotify_prepare_user_wait() failure
` [PATCH v2 6/7] fsnotify: clean up fsnotify()
` [PATCH v2 7/7] fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs

[PATCH] spi: sprd: Fix the possible negative value of BIT()
 2017-10-25 12:03 UTC  (2+ messages)
` Applied "spi: sprd: Fix the possible negative value of BIT()" to the spi tree

[PATCH] PCI: endpoint: handle probable NULL pointer access
 2017-10-25 12:02 UTC  (3+ messages)

[PATCH v9 0/7] Add support for Qualcomm A53 CPU clock
 2017-10-25 11:56 UTC  (2+ messages)

[PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()
 2017-10-25 11:55 UTC 

[PATCH v5 00/10] vITS Migration fixes and reset
 2017-10-25 11:52 UTC  (20+ messages)
` [PATCH v5 03/10] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v5 04/10] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v5 05/10] KVM: arm/arm64: vgic-its: Save the collection table before device tables
` [PATCH v5 06/10] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PATCH v5 07/10] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PATCH v5 08/10] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PATCH v5 09/10] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v5 10/10] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-25 11:49 UTC  (10+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map

[GIT PULL] phy: for 4.15 merge window
 2017-10-25 11:47 UTC 

[PATCH] I2C-PIIX4: Use common error handling code in piix4_probe()
 2017-10-25 11:40 UTC 

[PATCH v2 2/2] watchdog: Add Spreadtrum watchdog driver
 2017-10-25 11:34 UTC  (5+ messages)
` [v2,2/2] "

[PATCH] tracing: Allocate mask_str buffer dynamically
 2017-10-25 11:24 UTC 

[PATCH v4] PCI: pciehp: Drop checking of PCI_BRIDGE_CONTROL in pciehp_unconfigure_device()
 2017-10-25 11:29 UTC 

Resizable PCI BAR support V9
 2017-10-25 11:27 UTC  (3+ messages)

[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
 2017-10-25 11:25 UTC  (19+ messages)
` [PATCH 02/13] x86/paravirt: Fix output constraint macro names
` [PATCH 03/13] x86/paravirt: Convert native patch assembly code strings to macros
` [PATCH 04/13] x86/paravirt: Convert DEF_NATIVE macro to GCC extended asm syntax
` [PATCH 05/13] x86/paravirt: Move paravirt asm macros to paravirt-asm.h
` [PATCH 06/13] x86/paravirt: Clean up paravirt-asm.h
` [PATCH 07/13] x86/paravirt: Simplify ____PVOP_CALL()
` [PATCH 08/13] x86/paravirt: Clean up paravirt_types.h
` [PATCH 09/13] x86/asm: Convert ALTERNATIVE*() assembler macros to preprocessor macros
` [PATCH 10/13] x86/alternative: Support indirect call replacement

[PATCH] sched/idle: fetch smp_processor_id out of the idle loop
 2017-10-25 11:28 UTC 

[PATCH v2,2/2] misc: rtsx: Add support for RTS5260
 2017-10-25 11:17 UTC 

[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
 2017-10-25 11:13 UTC  (19+ messages)
` [PATCH v5 1/9] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
  ` [tip:locking/core] block: Use DECLARE_COMPLETION_ONSTACK() in submit_bio_wait()
` [PATCH v5 2/9] locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
  ` [tip:locking/core] "
` [PATCH v5 3/9] completion: Change the prefix of lock name for completion variable
  ` [tip:locking/core] locking/lockdep, sched/completions: Change the prefix of lock name for completion variables
` [PATCH v5 4/9] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
  ` [tip:locking/core] "
` [PATCH v5 5/9] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
  ` [tip:locking/core] "
` [PATCH v5 6/9] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
  ` [tip:locking/core] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y
` [PATCH v5 7/9] completion: Add support for initializing completion with lockdep_map
  ` [tip:locking/core] sched/completions: Add support for initializing completions "
` [PATCH v5 8/9] workqueue: Remove unnecessary acquisitions wrt workqueue flush
  ` [tip:locking/core] workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes
` [PATCH v5 9/9] block: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH v2,1/2] misc: rtsx: Move Realtek Card Reader Driver to misc
 2017-10-25 11:16 UTC 

[GIT PULL 0/2] EFI fixes for v4.14
 2017-10-25 11:10 UTC  (5+ messages)
` [PATCH 1/2] efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()
  ` [tip:efi/urgent] "
` [PATCH 2/2] efi/libstub: arm: don't randomize runtime regions when CONFIG_HIBERNATION=y
  ` [tip:efi/urgent] efi/libstub/arm: Don't "

[PATCH net-next 0/2] net: dsa: lan9303: Learn addresses on CPU port when bridged
 2017-10-25 11:07 UTC  (9+ messages)
` [PATCH net-next 1/2] net: dsa: lan9303: Move struct lan9303 to include/linux/lan9303.h
` [PATCH net-next 2/2] net: dsa: lan9303: Learn addresses on CPU port when bridged

[PATCH] perf vendor events arm64: Add hip08 implementation defined PMU core events
 2017-10-25 11:07 UTC  (9+ messages)

[PATCH] perf/tools : remove default system_wide in sched record
 2017-10-25 11:03 UTC  (4+ messages)

[PATCH] drivers/net: arcnet: Convert timers to use timer_setup()
 2017-10-25 10:54 UTC 

[PATCH] drivers/net: wan/sdla: Convert timers to use timer_setup()
 2017-10-25 10:53 UTC 

[PATCH] drivers/net: wan/lmc: Convert timers to use timer_setup()
 2017-10-25 10:53 UTC 

[PATCH] drivers/net: wan/dscc4: Remove unused timer
 2017-10-25 10:53 UTC 

[PATCH] drivers/net: sxgbe: Convert timers to use timer_setup()
 2017-10-25 10:53 UTC 

[PATCH] drivers/net: realtek: Convert timers to use timer_setup()
 2017-10-25 10:53 UTC 

[PATCH] drivers/net: nuvoton: Convert timers to use timer_setup()
 2017-10-25 10:51 UTC 

[PATCH] drivers/net: netronome: Convert timers to use timer_setup()
 2017-10-25 10:51 UTC 

[PATCH] drivers/net: hippi: Convert timers to use timer_setup()
 2017-10-25 10:51 UTC 

[PATCH] drivers/net: hamradio/yam: Convert timers to use timer_setup()
 2017-10-25 10:51 UTC 

[PATCH] drivers/net: can: Convert timers to use timer_setup()
 2017-10-25 10:51 UTC 

[PATCH] drivers/net: 3com/3c515: Convert timers to use timer_setup()
 2017-10-25 10:51 UTC 

[PATCH] mm,page_alloc: Serialize out_of_memory() and allocation stall messages
 2017-10-25 10:47 UTC  (5+ messages)

[PATCH] watchdog: cpwd: Convert timers to use timer_setup()
 2017-10-25 10:38 UTC  (2+ messages)

[PATCH] x86, calgary: Convert timers to use timer_setup()
 2017-10-25 10:34 UTC 

[PATCH] Input: gtco - fix potential out-of-bound access
 2017-10-25 10:33 UTC  (4+ messages)

[PATCH] f2fs: fix to keep backward compatibility of flexible inline xattr feature
 2017-10-25 10:31 UTC 

[PATCH 0/2] KVM: fixes for the kernel-hardening tree
 2017-10-25 10:31 UTC  (6+ messages)

[PATCH] bitmap: Fix optimization of bitmap_set/clear for big-endian machines
 2017-10-25 10:30 UTC  (3+ messages)

[PATCH] leds: Convert timers to use timer_setup()
 2017-10-25 10:30 UTC 

[PATCH 07/19] net: netlink/netfilter: Kill off ACCESS_ONCE()
 2017-10-25 10:18 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] s390/ap_bus: Convert timers to use timer_setup()
 2017-10-25 10:27 UTC 

[PATCH 11/19] selftests/powerpc: Kill off ACCESS_ONCE()
 2017-10-25 10:19 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH 19/19] COCCINELLE: treewide: kill off ACCESS_ONCE()
 2017-10-25 10:21 UTC  (2+ messages)
` [tip:locking/core] locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()

[PATCH 15/19] mm: Kill off ACCESS_ONCE()
 2017-10-25 10:21 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] ia64: Convert timers to use timer_setup()
 2017-10-25 10:25 UTC 

[PATCH 12/19] workqueue: Kill off ACCESS_ONCE()
 2017-10-25 10:20 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH 14/19] doc: filesystems: Kill off ACCESS_ONCE()
 2017-10-25 10:21 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, doc/filesystems: Convert ACCESS_ONCE() references

[PATCH] drm/i915/selftests: Convert timers to use timer_setup()
 2017-10-25 10:24 UTC  (3+ messages)

[PATCH 13/19] rcutorture: formal: Prepare for ACCESS_ONCE() removal
 2017-10-25 10:20 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, rcutorture/formal: "

[PATCH 09/19] net: average: Kill off ACCESS_ONCE()
 2017-10-25 10:18 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] sound: oss: waveartist: Convert timers to use timer_setup()
 2017-10-25 10:23 UTC  (6+ messages)

[PATCH 10/19] samples: mic/mpssd/mpssd.c: Kill off ACCESS_ONCE()
 2017-10-25 10:19 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, samples/mic/mpssd/mpssd.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] auxdisplay: Convert timers to use timer_setup()
 2017-10-25 10:22 UTC 

[PATCH 08/19] net/ipv4/tcp_input.c: Kill off ACCESS_ONCE()
 2017-10-25 10:18 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] ARM: footbridge: Convert timers to use timer_setup()
 2017-10-25 10:21 UTC 

[PATCH 06/19] media: dvb_ringbuffer: Kill off ACCESS_ONCE()
 2017-10-25 10:17 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, media/dvb_ringbuffer: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH 03/19] firmware/ivc: Kill off ACCESS_ONCE()
 2017-10-25 10:16 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH 05/19] fs: ncpfs: Kill off ACCESS_ONCE()
 2017-10-25 10:17 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH 02/19] EDAC, altera: Kill off ACCESS_ONCE()
 2017-10-25 10:16 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] xtensa: Convert timers to use timer_setup()
 2017-10-25 10:20 UTC 

[PATCH 04/19] fs: dcache: Kill off ACCESS_ONCE()
 2017-10-25 10:16 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH v3 5/5] kernel/locking: Prevent slowpath writers getting held up by fastpath
 2017-10-25 10:15 UTC  (2+ messages)
` [tip:locking/core] locking/qrwlock: "

[PATCH 01/19] dm integrity: Kill off ACCESS_ONCE()
 2017-10-25 10:15 UTC  (2+ messages)
` [tip:locking/core] locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH v3 3/5] kernel/locking: Use atomic_cond_read_acquire when spinning in qrwlock
 2017-10-25 10:14 UTC  (2+ messages)
` [tip:locking/core] locking/qrwlock: Use atomic_cond_read_acquire() "

[PATCH] drivers/crypto: Convert timers to use timer_setup()
 2017-10-25 10:18 UTC 

[PATCH v3 2/5] locking/atomic: Add atomic_cond_read_acquire
 2017-10-25 10:14 UTC  (2+ messages)
` [tip:locking/core] locking/atomic: Add atomic_cond_read_acquire()

[PATCH v3 4/5] arm64: locking: Move rwlock implementation over to qrwlocks
 2017-10-25 10:14 UTC  (2+ messages)
` [tip:locking/core] locking/qrwlock, arm64: "

[PATCH v3 1/5] kernel/locking: Use struct qrwlock instead of struct __qrwlock
 2017-10-25 10:13 UTC  (2+ messages)
` [tip:locking/core] locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'

[GIT PULL 0/2] EFI updates for v4.15
 2017-10-25 10:14 UTC  (3+ messages)
` [PATCH 1/2] efi/capsule-loader: pr_err() strings should end with newlines
` [PATCH 2/2] arm64: efi: ignore EFI_MEMORY_XP attribute if RP and/or WP are set

[PATCH v7 1/1] pwm: mediatek: add MT2712/MT7622 support
 2017-10-25 10:11 UTC 

[PATCH] scsi: qla2xxx: Convert timers to use timer_setup()
 2017-10-25 10:07 UTC 

[PATCH] scsi: sas: Convert timers to use timer_setup()
 2017-10-25 10:08 UTC 

[PATCH] scsi: qla4xxx: Convert timers to use timer_setup()
 2017-10-25 10:07 UTC 

[PATCH] scsi: pmcraid: Convert timers to use timer_setup()
 2017-10-25 10:07 UTC 

[PATCH] scsi: megaraid: Convert timers to use timer_setup()
 2017-10-25 10:07 UTC 

[PATCH] scsi: lpfc: Convert timers to use timer_setup()
 2017-10-25 10:07 UTC 

[PATCH] f2fs: introduce cur_reserved_blocks in sysfs
 2017-10-25 10:02 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] f2fs: add cur_reserved_blocks to support soft block reservation

[PATCH] scsi: ipr: Convert timers to use timer_setup()
 2017-10-25 10:06 UTC 

[PATCH] scsi: ibmvscsi: Convert timers to use timer_setup()
 2017-10-25 10:06 UTC 

[PATCH v7] printk: hash addresses printed with %p
 2017-10-25 10:05 UTC  (2+ messages)

[PATCH] scsi: fcoe: Convert timers to use timer_setup()
 2017-10-25 10:05 UTC 

[PATCH] scsi: cxgbi: Convert timers to use timer_setup()
 2017-10-25 10:05 UTC 

[PATCH] scsi: csiostor: Convert timers to use timer_setup()
 2017-10-25 10:05 UTC 

[PATCH] scsi: aic7xxx: Convert timers to use timer_setup()
 2017-10-25 10:05 UTC 

[PATCH 1/2] scsi: megaraid: Remove redundant code in megasas_alloc_cmds
 2017-10-25  9:57 UTC  (2+ messages)
` [PATCH 2/2] scsi: megaraid: Track the page allocations for struct fusion_context

[PATCH] iscsi-target: Convert timers to use timer_setup()
 2017-10-25 10:01 UTC 

[PATCH 0/9] drm/panel: simple: improve definition of display modes and add more panels
 2017-10-25  9:56 UTC  (6+ messages)
` [PATCH 4/9] drm/panel: simple: add support for overriding the pixel clock polarity

[PATCH] I2C-Octeon: Use common error handling code in octeon_i2c_probe()
 2017-10-25  9:52 UTC 

Subject: PCI: brcmstb: Add Broadcom Settopbox PCIe support (V2)
 2017-10-25  9:46 UTC  (3+ messages)
` [PATCH 4/8] PCI: host: brcmstb: add dma-ranges for inbound traffic

[RFC]vcpu scattering make impove VM performance, it worth to realize?
 2017-10-25  9:29 UTC 

[PATCH] scsi: .gitignore: Add scsi_devinfo_tbl.c
 2017-10-25  9:42 UTC  (3+ messages)

fuse readdirplus skip one entry when interrupted by signal
 2017-10-25  9:38 UTC  (2+ messages)

[PATCH 5/9] PCI: host: brcmstb: add dma-ranges for inbound traffic
 2017-10-25  9:36 UTC  (15+ messages)

[PATCH] usb: gadget: f_phonet: mark expected switch fall-throughs
 2017-10-25  9:33 UTC  (3+ messages)

[PATCH 4.4 11/41] KEYS: fix writing past end of user-supplied buffer in keyring_read()
 2017-10-25  9:31 UTC  (7+ messages)
` [PATCH 4.4 00/41] 4.4.90-stable review

[PATCH] cgroup/cpuset: remove circular dependency deadlock
 2017-10-25  9:30 UTC  (6+ messages)

[PATCHv3 1/2] proc: mm: export PTE sizes directly in smaps
 2017-10-25  9:30 UTC  (4+ messages)
` [PATCH 2/2] Add /proc/PID/{smaps, numa_maps} support for DAX

[PATCH v2 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-25  9:27 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add support for diff channels
` [PATCH v2 2/3] iio: adc: stm32: remove const channel names definition
` [PATCH v2 3/3] iio: adc: stm32: add support for differential channels

[PATCH] thunderbolt: Drop sequence number check from tb_xdomain_match()
 2017-10-25  9:27 UTC 

spi-atmel.c: regression
 2017-10-25  9:24 UTC  (3+ messages)

[RFC 0/4] Add Ingenic X1000 SoC Support
 2017-10-25  9:23 UTC  (3+ messages)
` [RFC 2/4] clk: Add Ingenic X1000 CGU driver

alpha boot hang - 4.14-rc* regression
 2017-10-25  9:21 UTC  (4+ messages)

[RFC] perf tool: Fix memory corruption because of zero length symbols
 2017-10-25  9:20 UTC  (3+ messages)

[PATCH 1/2] misc: rtsx: Move Realtek Card Reader Driver to misc
 2017-10-25  9:16 UTC  (4+ messages)
  ` 答复: "

[PATCH 0/2] R-Car Display Unit: Fine-tuning for some function implementations
 2017-10-25  9:16 UTC  (8+ messages)
` [PATCH 2/2] drm/rcar-du: Adjust 14 checks for null pointers
    `  "
        ` Unicode characters in commit messages?

[PATCH v2 0/4] Quirks cleanup and hid-generic niceness
 2017-10-25  9:15 UTC  (3+ messages)

[PATCH V3 0/6] event synthesization multithreading for perf record
 2017-10-25  9:07 UTC  (12+ messages)

[GIT PULL de-alpha] Make core code not need to know about Alpha for v4.15
 2017-10-25  9:04 UTC  (4+ messages)

[PATCH v2 0/4] android: binder: fixes for memory allocator change
 2017-10-25  7:11 UTC  (7+ messages)
` [PATCH v2 1/4] android: binder: Don't get mm from task

[PATCH v5 0/2] perf script: Add script per-event-dump support
 2017-10-25  8:53 UTC  (3+ messages)
` [PATCH v5 1/2] Add new elements for per-event-dump option
` [PATCH v5 2/2] Add the fp_selection_helper to set the fp for print functions

[PATCH] lightnvm: Convert timers to use timer_setup()
 2017-10-25  8:53 UTC  (2+ messages)

[PATCH] md: dm-verity: aggregate crypto API calls
 2017-10-25  8:52 UTC 

[PATCH RFC] random: fix syzkaller fuzzer test int overflow
 2017-10-25  8:49 UTC  (7+ messages)

Donation!
 2017-10-25  7:57 UTC 

[PATCH] perf callchain: Pass relative address to hist entry
 2017-10-25  8:48 UTC  (3+ messages)

Proposal: rename tpm1_eventlog.c and tpm2_eventlog.c
 2017-10-25  8:43 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).