public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-10 14:54:00 to 2018-03-10 23:54:43 UTC [more...]

[RFC/RFT][PATCH v3 0/6] sched/cpuidle: Idle loop rework
 2018-03-10 23:55 UTC  (4+ messages)

drivers/media/dvb-frontends/stb0899_drv.h:151:36: error: weak declaration of 'stb0899_attach' being applied to a already existing, static definition
 2018-03-10 23:47 UTC 

[PATCH] drivers: net: wireless: ath: ath9: dfs: remove VLA usage
 2018-03-10 23:44 UTC  (5+ messages)

Simplifying our RCU models
 2018-03-10 23:36 UTC  (9+ messages)

kernel/jump_label.c:377:51: warning: cast to pointer from integer of different size
 2018-03-10 23:29 UTC 

mm/percpu.c:2723:2: warning: #warning "the CRIS architecture has physical and virtual addresses confused"
 2018-03-10 23:13 UTC 

htmldocs: include/linux/crypto.h:469: warning: Function parameter or member 'cra_u.ablkcipher' not described in 'crypto_alg'
 2018-03-10 22:51 UTC 

[PATCH] rslib: Remove VLAs by setting upper bound on nroots
 2018-03-10 22:34 UTC 

[PATCH v2 2/2] iio: chemical: sgp30: Support Sensirion SGPxx sensors
 2018-03-10 22:07 UTC 

[PATCH v2 1/2] iio: Add modifiers for ethanol and H2 gases
 2018-03-10 22:07 UTC 

[PATCH v2 0/2] iio: chemical: sgp30: Support SGP30 / SGPC3 Gas Sensors
 2018-03-10 22:06 UTC 

[PATCH 2/2] iio: chemical: sgpxx: triggered buffer support
 2018-03-10 22:06 UTC  (3+ messages)

[PATCH 1/2] iio: chemical: sgpxx: Support Sensirion SGPxx sensors
 2018-03-10 22:02 UTC  (4+ messages)

[PATCH] ARM: BCM5301X: Fix NAND ECC parameters for Linksys Panamera
 2018-03-10 21:41 UTC  (2+ messages)

[PATCH 0/3] wlcore: Adjustments for wl1271_acx_sta_rate_policies()
 2018-03-10 21:33 UTC  (4+ messages)
` [PATCH 1/3] wlcore: Delete an unnecessary variable initialisation in wl1271_acx_sta_rate_policies()
` [PATCH 2/3] wlcore: Return directly after a failed kzalloc() "
` [PATCH 3/3] wlcore: Use common error handling code "

VLA removal, device_handler and COMMAND_SIZE
 2018-03-10 21:16 UTC  (6+ messages)
` [PATCH] scsi: resolve COMMAND_SIZE at compile time

[PATCH] leds: fix wrong dmi_match on PC Engines APU LEDs
 2018-03-10 21:13 UTC  (2+ messages)

[PATCH] x86: always use SYSCALL_DEFINE*
 2018-03-10 20:59 UTC  (2+ messages)

[PATCH] platform/x86: fujitsu-laptop: Revert UNSUPPORTED_CMD back to an int
 2018-03-10 20:43 UTC 

[RESEND PATCH] sched/fair: consider RT/IRQ pressure in select_idle_sibling
 2018-03-10 20:41 UTC  (3+ messages)

[PATCH] irqchip/irq-imx-gpcv2: Remove unused function
 2018-03-10 20:31 UTC  (3+ messages)

[PATCH 0/7] fujitsu-laptop: Consistent naming of constants
 2018-03-10 20:10 UTC  (10+ messages)
` [PATCH 1/7] platform/x86: fujitsu-laptop: Define constants for FUNC operations

[PATCH 3.18 00/21] 3.18.99-stable review
 2018-03-10 19:48 UTC  (4+ messages)

[PATCH 4.15 00/11] 4.15.9-stable review
 2018-03-10 19:48 UTC  (5+ messages)

[PATCH 4.14 1/4] powerpc/mm/slice: Remove intermediate bitmap copy
 2018-03-10 19:47 UTC  (6+ messages)

ERROR: "scsi_device_from_queue" [drivers/md/dm-multipath.ko] undefined!
 2018-03-10 19:29 UTC 

[PATCH 0/2] net/usb/ax88179_178a: Adjustments for ax88179_chk_eee()
 2018-03-10 19:17 UTC  (6+ messages)
` [PATCH 1/2] net/usb/ax88179_178a: Use common code in ax88179_chk_eee()
` [PATCH 2/2] net/usb/ax88179_178a: Delete three unnecessary variables "

[RFC 0/4] Add Ingenic X1000 SoC Support
 2018-03-10 19:05 UTC  (10+ messages)
` [RFC 3/4] MIPS: Ingenic: Initial X1000 SoC support

[PATCH v3] kernel.h: Skip single-eval logic on literals in min()/max()
 2018-03-10 19:08 UTC  (12+ messages)

ivtv: use arch_phys_wc_add() and require PAT disabled
 2018-03-10 19:05 UTC  (9+ messages)

KASAN: use-after-free Read in sctp_association_free (2)
 2018-03-10 19:04 UTC  (6+ messages)

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-10 18:19 UTC  (84+ messages)
` [RFC v2 01/83] Introduction and documentation of NOVA filesystem
` [RFC v2 02/83] Add nova_def.h
` [RFC v2 03/83] Add super.h
` [RFC v2 04/83] NOVA inode definition
` [RFC v2 05/83] Add NOVA filesystem definitions and useful helper routines
` [RFC v2 06/83] Add inode get/read methods
` [RFC v2 07/83] Initialize inode_info and rebuild inode information in nova_iget()
` [RFC v2 08/83] NOVA superblock operations
` [RFC v2 09/83] Add Kconfig and Makefile
` [RFC v2 10/83] Add superblock integrity check
` [RFC v2 11/83] Add timing and I/O statistics for performance analysis and profiling
` [RFC v2 12/83] Add timing for mount and init
` [RFC v2 13/83] Add remount_fs and show_options methods
` [RFC v2 14/83] Add range node kmem cache
` [RFC v2 15/83] Add free list data structure
` [RFC v2 16/83] Initialize block map and free lists in nova_init()
` [RFC v2 17/83] Add statfs support
` [RFC v2 18/83] Add freelist statistics printing
` [RFC v2 19/83] Add pmem block free routines
` [RFC v2 20/83] Pmem block allocation routines
` [RFC v2 21/83] Add log structure
` [RFC v2 22/83] Inode log pages allocation and reclaimation
` [RFC v2 23/83] Save allocator to pmem in put_super
` [RFC v2 24/83] Initialize and allocate inode table
` [RFC v2 25/83] Support get normal inode address and inode table extentsion
` [RFC v2 26/83] Add inode_map to track inuse inodes
` [RFC v2 27/83] Save the inode inuse list to pmem upon umount
` [RFC v2 28/83] Add NOVA address space operations
` [RFC v2 29/83] Add write_inode and dirty_inode routines
` [RFC v2 30/83] New NOVA inode allocation
` [RFC v2 31/83] Add new vfs "
` [RFC v2 32/83] Add log entry definitions
` [RFC v2 33/83] Inode log and entry printing for debug purpose
` [RFC v2 34/83] Journal: NOVA light weight journal definitions
` [RFC v2 35/83] Journal: Lite journal helper routines
` [RFC v2 36/83] Journal: Lite journal recovery
` [RFC v2 37/83] Journal: Lite journal create and commit
` [RFC v2 38/83] Journal: NOVA lite journal initialization
` [RFC v2 39/83] Log operation: dentry append
` [RFC v2 40/83] Log operation: file write entry append
` [RFC v2 41/83] Log operation: setattr "
` [RFC v2 42/83] Log operation: link change append
` [RFC v2 43/83] Log operation: in-place update log entry
` [RFC v2 44/83] Log operation: invalidate log entries
` [RFC v2 45/83] Log operation: file inode log lookup and assign
` [RFC v2 46/83] Dir: Add Directory radix tree insert/remove methods
` [RFC v2 47/83] Dir: Add initial dentries when initializing a directory inode log
` [RFC v2 48/83] Dir: Readdir operation
` [RFC v2 49/83] Dir: Append create/remove dentry
` [RFC v2 50/83] Inode: Add nova_evict_inode
` [RFC v2 51/83] Rebuild: directory inode
` [RFC v2 52/83] Rebuild: file inode
` [RFC v2 53/83] Namei: lookup
` [RFC v2 54/83] Namei: create and mknod
` [RFC v2 55/83] Namei: mkdir
` [RFC v2 56/83] Namei: link and unlink
` [RFC v2 57/83] Namei: rmdir
` [RFC v2 58/83] Namei: rename
` [RFC v2 59/83] Namei: setattr
` [RFC v2 60/83] Add special inode operations
` [RFC v2 61/83] Super: Add nova_export_ops
` [RFC v2 62/83] File: getattr and file inode operations
` [RFC v2 63/83] File operation: llseek
` [RFC v2 64/83] File operation: open, fsync, flush
` [RFC v2 65/83] File operation: read
` [RFC v2 66/83] Super: Add file write item cache
` [RFC v2 67/83] Dax: commit list of file write items to log
` [RFC v2 68/83] File operation: copy-on-write write
` [RFC v2 69/83] Super: Add module param inplace_data_updates
` [RFC v2 70/83] File operation: Inplace write
` [RFC v2 71/83] Symlink support
` [RFC v2 72/83] File operation: fallocate
` [RFC v2 73/83] Dax: Add iomap operations
` [RFC v2 74/83] File operation: Mmap
` [RFC v2 75/83] File operation: read/write iter
` [RFC v2 76/83] Ioctl support
` [RFC v2 77/83] GC: Fast garbage collection
` [RFC v2 78/83] GC: Thorough "
` [RFC v2 79/83] Normal recovery
` [RFC v2 80/83] Failure recovery: bitmap operations
` [RFC v2 81/83] Failure recovery: Inode pages recovery routines
` [RFC v2 82/83] Failure recovery: Per-CPU recovery
` [RFC v2 83/83] Sysfs support

[PATCH v2 0/4] Add support for the Gateworks System Controller
 2018-03-10 18:45 UTC  (3+ messages)
` [PATCH v2 4/4] input: misc: Add Gateworks System Controller support

[PATCH v5 0/9] Add Actions Semi S900 pinctrl and gpio support
 2018-03-10 18:41 UTC  (3+ messages)
` [PATCH v5 7/9] gpio: Add gpio driver for Actions OWL S900 SoC

[PATCH v2] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
 2018-03-10 18:40 UTC  (3+ messages)

[PATCH 0/5] Renesas CEU: SH7724 ECOVEC + Aptina mt9t112
 2018-03-10 18:20 UTC  (3+ messages)

drivers/net/wireless/mediatek/mt76/mac80211.c:119: undefined reference to `devm_of_led_classdev_register'
 2018-03-10 18:34 UTC 

[PATCH v5 0/3] gpio-keys: Add support for specifying wakeup event action
 2018-03-10 18:32 UTC  (6+ messages)
` [PATCH v5 1/3] Input: gpio-keys - add support for "

[PATCH V1] Input: pm8941-pwrkey: add resin key capabilities
 2018-03-10 18:27 UTC  (3+ messages)

[PATCH v2] net: ipv6: xfrm6_state: remove VLA usage
 2018-03-10 18:26 UTC  (4+ messages)

[PATCH] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
 2018-03-10 18:25 UTC  (7+ messages)

[PATCH v2] Input: stmpe-keypad - remove VLA usage
 2018-03-10 18:18 UTC  (2+ messages)

[PATCH 00/21] powerpc/gamecube: make W=1 compilation errors free
 2018-03-10 18:08 UTC  (4+ messages)
` [PATCH 03/21] powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unused

[PATCH] powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unused
 2018-03-10 18:06 UTC 

[PATCH v2 0/3] drm: Add LVDS decoder bridge
 2018-03-10 18:00 UTC  (6+ messages)
` [PATCH v2 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle

Nokia N900: v4.16-rc4: oops in iio when grepping sysfs
 2018-03-10 17:59 UTC  (6+ messages)

drivers/media/usb/dvb-usb/pctv452e.c:1102:1: note: in expansion of macro 'MODULE_LICENSE'
 2018-03-10 17:52 UTC 

[PATCH 0/4] staging:iio:ad2s1210: Driver cleanup
 2018-03-10 17:52 UTC  (9+ messages)
` [PATCH 1/4] staging:iio:ad2s1210: Remove end of line with '['
` [PATCH 2/4] staging:iio:ad2s1210: Remove unused #define directive
` [PATCH 3/4] staging:iio:ad2s1210: Remove old_data from ad2s1210_state
` [PATCH 4/4] staging:iio:ad2s1210: Add comments/documentation

[PATCH] i2c: xiic: Make suspend function names consistent
 2018-03-10 17:40 UTC 

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-10 17:40 UTC  (4+ messages)
` [PATCH v5 02/11] xfs, dax: introduce xfs_dax_aops

[PATCH] x86/microcode/AMD: check microcode file sanity before loading it
 2018-03-10 17:26 UTC  (4+ messages)

[PATCH v3 00/20] firmware: development for v4.17
 2018-03-10 17:16 UTC  (2+ messages)

[PATCH] driver/rtc: remove a warning during scripts/kernel-doc step
 2018-03-10 17:13 UTC  (2+ messages)

[PATCH 0/2] hwmon: (ucd9000) Add gpio and debugfs interfaces
 2018-03-10 16:50 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (ucd9000) Add gpio chip interface
` [PATCH 2/2] hwmon: (ucd9000) Add debugfs attributes to provide mfr_status

[PATCH] tpm: allow TCPA log area to be empty
 2018-03-10 16:16 UTC 

[PATCH 0/2] iio: potentiometer: mcp4018: new driver
 2018-03-10 16:15 UTC  (3+ messages)
` [PATCH 2/2] iio: potentiometer: mcp4018: driver for Microchip digital potentiometers

[PATCH V2] tpm_crb: use __le64 annotated variable for response buffer address
 2018-03-10 16:01 UTC  (2+ messages)

[PATCH v2] Staging: iio: adis16209: Move adis16209 driver out of staging
 2018-03-10 15:57 UTC  (2+ messages)

[GIT PULL rcu/next] RCU commits for 4.17
 2018-03-10 15:57 UTC 

[PATCH v3] kconfig: make unmet dependency warnings readable
 2018-03-10 15:51 UTC 

[PATCH v2] kconfig: make unmet dependency warnings readable
 2018-03-10 15:45 UTC  (3+ messages)

[PATCH v11 0/8] perf: Support for ARM DynamIQ Shared Unit
 2018-03-10 15:45 UTC  (7+ messages)
` [PATCH v11 8/8] perf: ARM DynamIQ Shared Unit PMU support

[PATCH 4.14 0/9] 4.14.26-stable review
 2018-03-10 15:45 UTC  (2+ messages)

[PATCH 4.9 00/65] 4.9.87-stable review
 2018-03-10 15:44 UTC  (2+ messages)

[PATCH 4.4 00/36] 4.4.121-stable review
 2018-03-10 15:43 UTC  (2+ messages)

[PATCH v5] Staging: iio: adis16209: Change some macro names
 2018-03-10 15:43 UTC  (2+ messages)

[PATCH] vgacon: fix function prototypes
 2018-03-10 15:27 UTC  (2+ messages)

[PATCH] rbd: Remove VLA usage
 2018-03-10 15:24 UTC  (2+ messages)

[PATCH 3/5 V3] tpm2: add longer timeouts for creation commands
 2018-03-10 15:15 UTC 

[PATCH v2 0/3] staging:iio:meter: Checkpatch cleanup for meter
 2018-03-10 15:10 UTC  (5+ messages)
` [PATCH v2 1/3] staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR

[PATCH 00/11] staging: iio: accel: adis16201 driver cleanup
 2018-03-10 15:05 UTC  (5+ messages)
` [PATCH 10/11] Staging: iio: accel: Add comments about units in data read function

[PATCH] iio: potentiometer: ds1803: Remove VLA usage
 2018-03-10 15:04 UTC  (4+ messages)

[PATCH v5 0/2] add support for Socionext SynQuacer I2C controller
 2018-03-10 15:01 UTC  (2+ messages)

[PATCH 00/12] staging cleanups
 2018-03-10 14:56 UTC  (5+ messages)
` [PATCH 11/12] staging: iio: tsl2x7x: remove unnecessary sysfs attribute
` [PATCH 12/12] staging: iio: tsl2x7x: make proximity sensor function correctly


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox