public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-05 10:37:57 to 2016-06-05 21:45:28 UTC [more...]

[PATCH 4.4 00/99] 4.4.13-stable review
 2016-06-05 21:41 UTC  (22+ messages)
` [PATCH 4.4 02/99] MIPS: math-emu: Fix jalr emulation when rd == $0
` [PATCH 4.4 03/99] MIPS: MSA: Fix a link error on `_init_msa_upper with older GCC
` [PATCH 4.4 04/99] MIPS: Dont unwind to user mode with EVA
` [PATCH 4.4 10/99] MIPS: Sync icache & dcache in set_pte_at
` [PATCH 4.4 11/99] MIPS: ath79: make bootconsole wait for both THRE and TEMT
` [PATCH 4.4 12/99] MIPS: Reserve nosave data for hibernation
` [PATCH 4.4 13/99] MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU
` [PATCH 4.4 16/99] MIPS: Prevent "restoration" of MSA context in non-MSA kernels
` [PATCH 4.4 17/99] MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
` [PATCH 4.4 31/99] ath9k: Add a module parameter to invert LED polarity
` [PATCH 4.4 50/99] PM / Runtime: Fix error path in pm_runtime_force_resume()
` [PATCH 4.4 59/99] [media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32
` [PATCH 4.4 62/99] QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
` [PATCH 4.4 63/99] [media] usbvision fix overflow of interfaces array
` [PATCH 4.4 64/99] pipe: limit the per-user amount of pages allocated in pipes
` [PATCH 4.4 65/99] powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
` [PATCH 4.4 66/99] powerpc/eeh: Dont report error in eeh_pe_reset_and_recover()
` [PATCH 4.4 67/99] Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
` [PATCH 4.4 68/99] powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
` [PATCH 4.4 73/99] drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
` [PATCH 4.4 83/99] ext4: fix hang when processing corrupted orphaned inode list

[PATCH 3.14 00/23] 3.14.72-stable review
 2016-06-05 21:40 UTC  (10+ messages)
` [PATCH 3.14 07/23] aacraid: Fix for aac_command_thread hang
` [PATCH 3.14 08/23] cpuidle: Indicate when a device has been unregistered
` [PATCH 3.14 09/23] PCI: Disable all BAR sizing for devices with non-compliant BARs
` [PATCH 3.14 11/23] pipe: Fix buffer offset after partially failed read
` [PATCH 3.14 12/23] powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
` [PATCH 3.14 16/23] drm/fb_helper: Fix references to dev->mode_config.num_connector
` [PATCH 3.14 21/23] xfs: xfs_iflush_cluster fails to abort on error
` [PATCH 3.14 22/23] xfs: fix inode validity check in xfs_iflush_cluster
` [PATCH 3.14 23/23] xfs: skip stale inodes "

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-05 21:48 UTC  (51+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping
 2016-06-05 21:11 UTC  (3+ messages)

[PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger
 2016-06-05 21:22 UTC  (3+ messages)
` [PATCH 3/3] iio: mma8452: update Freescale company information

[PATCH] coredump: fix dumping through pipes
 2016-06-05 21:14 UTC 

[PATCH 0/1] shiftfs: uid/gid shifting filesystem
 2016-06-05 21:11 UTC  (4+ messages)

[PATCH] IB/core: remove dead code
 2016-06-05 20:45 UTC 

[PATCH] vme: Update documentation to match api
 2016-06-05 20:35 UTC 

[PATCH 1/2] IB/sysfs: fix NULL dereference
 2016-06-05 20:13 UTC  (2+ messages)
` [PATCH 2/2] IB/sysfs: fix memory leak

[PATCH v2 0/4] Allow ISA-style drivers on modern systems
 2016-06-05 20:03 UTC  (8+ messages)
` [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

[PATCH v2 1/2] lib/vsprintf.c: Simplify uuid_string()
 2016-06-05 19:57 UTC  (3+ messages)

[PATCH v1] Add KVM support for Intel local MCE
 2016-06-05 19:43 UTC  (7+ messages)
` [PATCH v1] KVM: VMX: enable guest access to LMCE related MSRs

[PATCH v2 3/2] lib/uuid.c: Silence an unchecked return value warning
 2016-06-05 19:25 UTC  (3+ messages)

[PATCH v2 0/6] ir-rx51 driver fixes
 2016-06-05 19:24 UTC  (3+ messages)
` [PATCH v2 1/6] ir-rx51: Fix build after multiarch changes broke it

[PATCH] Staging: sm750fb: fix line length coding style issue in ddk750_chip.c
 2016-06-05 19:09 UTC 

[PATCHv4] support for AD5820 camera auto-focus coil
 2016-06-05 19:07 UTC  (11+ messages)
  ` [PATCHv5] "
              ` [PATCH] device tree description "
                  ` [PATCH] userspace API definitions for "

[PATCH 0/3] msm_serial cleanups
 2016-06-05 19:05 UTC  (7+ messages)
` [PATCH 1/3] tty: serial: msm: Move header file into driver
` [PATCH 2/3] tty: serial: msm: Only configure MND registers on hw that has it
` [PATCH 3/3] tty: serial: msm: Cleanup include usage

[PATCH 1/2][v3] i2c: qup: add ACPI support
 2016-06-05 18:57 UTC  (2+ messages)

[PATCH 00/13] deprecate pcommit
 2016-06-05 18:48 UTC  (3+ messages)

[PATCH] tty: serial: msm: Don't read off end of tx fifo
 2016-06-05 18:44 UTC  (2+ messages)

[PATCH] gpio: lpc18xx: convert GPIO_LPC18XX from bool to tristate
 2016-06-05 18:23 UTC 

[rcu:rcu/next 25/36] include/linux/irqflags.h:79:3: error: implicit declaration of function 'arch_irqs_disabled_flags'
 2016-06-05 18:04 UTC 

[PATCH] ASoC: atmel: fix build failure
 2016-06-05 18:00 UTC 

[PATCH] PM / clk: export symbols for existing pm_clk_<...> API fcns
 2016-06-05 17:58 UTC 

[PATCH] usb: usbip: fix null pointer dereference
 2016-06-05 17:54 UTC  (3+ messages)

[PATCH 7/7] thermal: qoriq: Add thermal management support
 2016-06-05 17:51 UTC  (2+ messages)

[PATCH 00/34] Convert clk providers to clk_hw based APIs (part 1)
 2016-06-05 17:41 UTC  (3+ messages)
` [PATCH 07/34] clk: berlin: Migrate to clk_hw based registration and OF APIs

linux-next: Tree for May 30
 2016-06-05 17:40 UTC  (13+ messages)
  ` ath9k gpio request

[PATCH RESEND] [media] fsl-viu: make inlines static
 2016-06-05 17:17 UTC 

[PATCH RESEND] NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()
 2016-06-05 17:16 UTC 

[PATCH RESEND] bufferhead: Force inlining of put_bh and get_bh
 2016-06-05 17:09 UTC 

[PATCH RESEND] cpufreq: p4-clockmod: Replace bool_int_array[NR_CPUS] with bitmap
 2016-06-05 16:57 UTC 

[PATCH 0/4] *** rtl8188eu: Replace semaphores with mutexes or completions ***
 2016-06-05 16:31 UTC  (3+ messages)
` [PATCH 1/4] irtl8188eu: Replace semaphore cmd_queue_sema with completion

[PATCH v2 2/2] lib/uuid.c: eliminate uuid_[bl]e_index arrays
 2016-06-05 16:15 UTC  (5+ messages)

[PATCH][RT] netpoll: Always take poll_lock when doing polling
 2016-06-05 15:16 UTC  (4+ messages)

[PATCH v2] ION: Sys_heap: Add cached pool to spead up cached buffer alloc
 2016-06-05 15:02 UTC  (4+ messages)

[PATCH 00/12] net: mediatek: various small fixes
 2016-06-05 14:56 UTC  (3+ messages)
` [PATCH 09/12] net: mediatek: increase watchdog_timeo

[PATCH] libnvdimm, nfit: treat volatile virtual CD region as read-only pmem
 2016-06-05 14:52 UTC  (6+ messages)

[PATCH v1 1/1] mei: me: use managed functions pcim_* and devm_*
 2016-06-05 14:49 UTC  (2+ messages)

linux-next: error fetching the c6x tree
 2016-06-05 14:18 UTC 

include/linux/kprobes.h:332:2: error: invalid use of undefined type 'struct kprobe_ctlblk'
 2016-06-05 13:31 UTC 

[PATCH 1/1 linux-next] ASoC: cs53l30: include gpio/consumer.h
 2016-06-05 13:11 UTC 

drivers/gpio/gpiolib-of.c:317:2: error: implicit declaration of function 'iounmap'
 2016-06-05 12:56 UTC 

drivers/mfd/syscon.c:67:9: error: implicit declaration of function 'ioremap'
 2016-06-05 12:32 UTC 

[GIT PULL] parisc architecture fixes for 4.7-rc2
 2016-06-05 12:20 UTC 

[PATCH] coredump: fix dumping through pipes
 2016-06-05 11:55 UTC 

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-06-05 11:35 UTC 

[PATCH 5/5] RFC spi: sun4i: add DMA support
 2016-06-05 11:27 UTC  (10+ messages)
              ` [linux-sunxi] "

[PATCH 3.10 000/143] 3.10.102-stable review
 2016-06-05 10:20 UTC  (59+ messages)
` [PATCH 3.10 001/143] pipe: Fix buffer offset after partially failed read
` [PATCH 3.10 002/143] x86/iopl/64: Properly context-switch IOPL on Xen PV
` [PATCH 3.10 003/143] ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
` [PATCH 3.10 005/143] x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"
` [PATCH 3.10 009/143] PCI: Disable IO/MEM decoding for devices with non-compliant BARs
` [PATCH 3.10 010/143] linux/const.h: Add _BITUL() and _BITULL()
` [PATCH 3.10 011/143] x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE
` [PATCH 3.10 013/143] x86/iopl: Fix iopl capability check on Xen PV
` [PATCH 3.10 015/143] aacraid: Fix memory leak in aac_fib_map_free
` [PATCH 3.10 018/143] USB: cdc-acm: more sanity checking
` [PATCH 3.10 019/143] USB: iowarrior: fix oops with malicious USB descriptors
` [PATCH 3.10 021/143] USB: mct_u232: add sanity checking in probe
` [PATCH 3.10 026/143] pwc: Add USB id for Philips Spc880nc webcam
` [PATCH 3.10 029/143] 8250: use callbacks to access UART_DLL/UART_DLM
` [PATCH 3.10 031/143] media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
` [PATCH 3.10 032/143] ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41
` [PATCH 3.10 033/143] jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
` [PATCH 3.10 034/143] bcache: fix cache_set_flush() NULL pointer dereference on OOM
` [PATCH 3.10 037/143] xtensa: ISS: don't hang if stdin EOF is reached
` [PATCH 3.10 039/143] md/raid5: Compare apples to apples (or sectors to sectors)
` [PATCH 3.10 040/143] rapidio/rionet: fix deadlock on SMP
` [PATCH 3.10 041/143] ipr: Fix out-of-bounds null overwrite
` [PATCH 3.10 042/143] ipr: Fix regression when loading firmware
` [PATCH 3.10 043/143] drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards
` [PATCH 3.10 044/143] tracing: Have preempt(irqs)off trace preempt disabled functions
` [PATCH 3.10 045/143] tracing: Fix crash from reading trace_pipe with sendfile
` [PATCH 3.10 051/143] ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
` [PATCH 3.10 052/143] mtd: onenand: fix deadlock in onenand_block_markbad
` [PATCH 3.10 062/143] cdc_ncm: toggle altsetting to force reset before setup
` [PATCH 3.10 066/143] net: Fix use after free in the recvmmsg exit path
` [PATCH 3.10 068/143] ath9k: fix buffer overrun for ar9287
` [PATCH 3.10 069/143] qlge: Fix receive packets drop
` [PATCH 3.10 071/143] qmi_wwan: add "D-Link DWM-221 B1" device id
` [PATCH 3.10 072/143] ipv4: l2tp: fix a potential issue in l2tp_ip_recv
` [PATCH 3.10 075/143] usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
` [PATCH 3.10 078/143] HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
` [PATCH 3.10 082/143] usbvision: fix crash on detecting device with invalid configuration
` [PATCH 3.10 084/143] usb: hcd: out of bounds access in for_each_companion
` [PATCH 3.10 092/143] workqueue: fix ghost PENDING flag while doing MQ IO
` [PATCH 3.10 093/143] USB: usbip: fix potential out-of-bounds write
` [PATCH 3.10 094/143] paride: make 'verbose' parameter an 'int' again
` [PATCH 3.10 096/143] misc/bmp085: Enable building as a module
` [PATCH 3.10 097/143] rtc: vr41xx: Wire up alarm_irq_enable
` [PATCH 3.10 108/143] ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
` [PATCH 3.10 110/143] batman-adv: Fix broadcast/ogm queue limit on a removed interface
` [PATCH 3.10 111/143] MAINTAINERS: Remove asterisk from EFI directory names
` [PATCH 3.10 117/143] crypto: hash - Fix page length clamping in hash walk
` [PATCH 3.10 125/143] atl2: Disable unimplemented scatter/gather feature
` [PATCH 3.10 126/143] net: fix infoleak in llc
` [PATCH 3.10 127/143] net: fix infoleak in rtnetlink
` [PATCH 3.10 130/143] net: fix a kernel infoleak in x25 module
` [PATCH 3.10 131/143] fs/cifs: correctly to anonymous authentication via NTLMSSP
` [PATCH 3.10 135/143] mmc: mmc: Fix partition switch timeout for some eMMCs
` [PATCH 3.10 136/143] mmc: longer timeout for long read time quirk
` [PATCH 3.10 137/143] Bluetooth: vhci: purge unhandled skbs
` [PATCH 3.10 138/143] USB: serial: keyspan: fix use-after-free in probe error path
` [PATCH 3.10 139/143] USB: serial: quatech2: "
` [PATCH 3.10 142/143] tty: vt, return error when con_startup fails


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