linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-22 01:56:28 to 2017-04-23 07:33:09 UTC [more...]

[PATCH v2 00/12] InfiniBand-OCRDMA: Fine-tuning for several function implementations
 2017-04-23  7:33 UTC  (15+ messages)
    ` [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()
    ` [PATCH v2 02/12] IB/ocrdma: Use kcalloc() in five functions
    ` [PATCH v2 03/12] IB/ocrdma: Improve size determinations in ten functions
    ` [PATCH v2 04/12] IB/ocrdma: Delete unnecessary variable initialisations in ocrdma_mbx_get_dcbx_config()
    ` [PATCH v2 05/12] IB/ocrdma: Delete unnecessary braces
    ` [PATCH v2 06/12] IB/ocrdma: Use kmalloc_array() in ocrdma_create_srq()
    ` [PATCH v2 07/12] IB/ocrdma: Adjust 21 checks for null pointers
    ` [PATCH v2 08/12] IB/ocrdma: Delete an error message for a failed memory allocation in ocrdma_add()
    ` [PATCH v2 09/12] IB/ocrdma: Delete an unnecessary variable assignment in ocrdma_alloc_mr()
    ` [PATCH v2 10/12] IB/ocrdma: Returning only value constants in ocrdma_resize_cq()
    ` [PATCH v2 11/12] IB/ocrdma: Delete an unnecessary variable in ocrdma_dealloc_pd()
    ` [PATCH v2 12/12] IB/ocrdma: One jump label less in ocrdma_alloc_ucontext_pd()

[PATCH 2/2] team: fix memory leak
 2017-04-23  7:29 UTC 

[PATCH 1/2] team: fix memory leak
 2017-04-23  7:29 UTC 

[PATCH v2 1/2] tiocsti-restrict : Add owner user namespace to tty_struct
 2017-04-23  7:24 UTC  (2+ messages)
` [PATCH v2 2/2] tiocsti-restrict : make TIOCSTI ioctl require CAP_SYS_ADMIN

[PATCH 1/1] tipc: check return value of nlmsg_new
 2017-04-23  7:17 UTC  (2+ messages)

[PATCH] kbuild: drop -Wno-unknown-warning-option from clang options
 2017-04-23  7:13 UTC  (2+ messages)

[PATCH 1/1] mt7601u: check return value of alloc_skb
 2017-04-23  7:00 UTC 

[PATCH v2 0/2] kbuild: cleanup asm-offset generation, and make it work with clang
 2017-04-23  7:01 UTC  (2+ messages)

[PATCH v3] kbuild: Add support to generate LLVM bitcode files
 2017-04-23  6:57 UTC  (4+ messages)

[PATCH] frv: Use OFFSET macro in DEF_*REG()
 2017-04-23  6:54 UTC  (3+ messages)

[PATCH] kbuild: avoid conflict between -ffunction-sections and -pg on gcc-4.7
 2017-04-23  6:53 UTC  (2+ messages)

[PATCH 1/1] NFSv4: check return value of xdr_inline_decode
 2017-04-23  6:49 UTC 

[PATCH 1/1] openvswitch: check return value of nla_nest_start
 2017-04-23  6:43 UTC 

[PATCH] mmc: sdio: Fix sdio wait busy implement limitation
 2017-04-23  6:42 UTC  (4+ messages)

[PATCH] usb: core: Warn if an URB's transfer_buffer is on stack
 2017-04-23  6:35 UTC  (3+ messages)

[PATCH 1/1] lwtunnel: check return value of nla_nest_start
 2017-04-23  6:28 UTC 

[PATCH] x86/intel_idle: add GLK support
 2017-04-23  6:06 UTC 

[PATCH 1/1] usb: dwc3: keystone: check return value
 2017-04-23  5:55 UTC 

[PATCH 1/1] rtc: snvs: fix an incorrect check of return value
 2017-04-23  5:43 UTC 

[PATCH 1/1] scsi: esas2r: fix unchecked return value
 2017-04-23  5:32 UTC 

[rcu:rcu/next 59/91] tree.c:(.text+0x4248): multiple definition of `srcu_online_cpu'
 2017-04-23  5:31 UTC 

[PATCH v2] [media] uvcvideo: Refactor teardown of uvc on USB disconnect
 2017-04-23  4:53 UTC 

5149 linux-kernel
 2017-04-23  4:18 UTC 

arch/x86/kernel/ftrace.c:35:3: error: #error The following combination is not supported: ((compiler missing -mfentry) || (CONFIG_X86_32 and !CONFIG_DYNAMIC_FTRACE)) && CONFIG_FUNCTION_GRAPH_TRACER && CONFIG_CC_OPTIMIZE_FOR_SIZE
 2017-04-23  2:34 UTC 

[PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__
 2017-04-23  2:22 UTC  (2+ messages)

[PATCH] Introduce v3 namespaced file capabilities
 2017-04-23  1:14 UTC  (4+ messages)

[PATCH 1/2] [media] uvcvideo: Refactor teardown of uvc on USB disconnect
 2017-04-23  0:57 UTC  (6+ messages)
` [PATCH 2/2] [media] uvcvideo: Kill video URBs on disconnect

[PATCH v5 1/6] mtd: dataflash: Replace C99 types with their kernel counterparts
 2017-04-23  0:31 UTC  (2+ messages)

[PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance
 2017-04-23  0:02 UTC  (4+ messages)

GEWONNEN
 2017-04-22 10:35 UTC 

[PATCH] staging: fbtft: fix character limit, trailing ; warning, etc
 2017-04-22 23:36 UTC  (2+ messages)

[PATCH] staging: rtl8192u: Improve readability and fix sparse warnings: cast from restricted __le16
 2017-04-22 22:55 UTC 

[PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-04-22 21:59 UTC  (16+ messages)

[PATCH 0/2] dmaengine: s3c24xx: Fine-tuning for s3c24xx_dma_probe()
 2017-04-22 21:25 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: s3c24xx: Use devm_kcalloc() in s3c24xx_dma_probe()
` [PATCH 2/2] dmaengine: s3c24xx: Fix a typo in a comment line

Performance of low-cpu utilisation benchmark regressed severely since 4.6
 2017-04-22 21:07 UTC  (5+ messages)

[PATCH 0/2] dmaengine: zx: Fine-tuning for two function implementations
 2017-04-22 20:32 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: zx: Use devm_kcalloc() in zx_dma_probe()
` [PATCH 2/2] dmaengine: zx: Fix a typo in a comment line

bug fix for registers debugfs file implementation [RFC]
 2017-04-22 20:28 UTC  (3+ messages)

[PATCH] make TIOCSTI ioctl require CAP_SYS_ADMIN
 2017-04-22 19:50 UTC  (12+ messages)

[PATCH V5 4/7] ARM: pxa: Use - instead of @ for DT OPP entries
 2017-04-22 19:29 UTC  (5+ messages)

[PATCH v3 0/2] modules:capabilities: automatic module loading restrictions
 2017-04-22 19:29 UTC  (17+ messages)
` [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction

[PATCH] uapi: remove false assertion that statx_timestamp.tv_nsec can be negative
 2017-04-22 19:27 UTC 

[PATCH] net: natsemi: ns83820: add checks for dma mapping error
 2017-04-22 19:20 UTC  (3+ messages)
` [PATCH v2] "

[RFC][PATCH tip/sched/core] sched/rt: Simplify the IPI rt balancing logic
 2017-04-22 18:41 UTC  (2+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v20
 2017-04-22 18:11 UTC  (19+ messages)
` [HMM 01/15] mm, memory_hotplug: introduce add_pages
` [HMM 02/15] mm/put_page: move ZONE_DEVICE page reference decrement v2
` [HMM 03/15] mm/unaddressable-memory: new type of ZONE_DEVICE for unaddressable memory
` [HMM 04/15] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
` [HMM 05/15] mm/migrate: new memory migration helper for use with device memory v4
` [HMM 06/15] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [HMM 07/15] mm/hmm: heterogeneous memory management (HMM for short) v2
` [HMM 08/15] mm/hmm/mirror: mirror process address space on device with HMM helpers v2
` [HMM 09/15] mm/hmm/mirror: helper to snapshot CPU page table v2
` [HMM 10/15] mm/hmm/mirror: device page fault handler
` [HMM 11/15] mm/migrate: support un-addressable ZONE_DEVICE page in migration
` [HMM 12/15] mm/migrate: allow migrate_vma() to alloc new page on empty entry v2
` [HMM 13/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v3
` [HMM 14/15] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3
` [HMM 15/15] hmm: heterogeneous memory management documentation

[PATCH 0/2] scripts: show_delta: additional features
 2017-04-22 17:52 UTC  (3+ messages)
` [PATCH 1/2] scripts: show_delta: add time stamp rounding option
` [PATCH 2/2] scripts: show_delta: add --delta-only option

[RFC 1/3] dt-binding: soc: qcom: Add binding for RFSA
 2017-04-22 17:35 UTC  (3+ messages)
` [RFC 2/3] of: reserved_mem: Accessor for acquiring reserved_mem
` [RFC 3/3] soc: qcom: rfsa driver

[PATCH] rtc: sh: mark PM functions as unused
 2017-04-22 16:02 UTC  (2+ messages)

[resend PATCH v2 00/33] dax: introduce dax_operations
 2017-04-22 15:25 UTC  (4+ messages)
` [resend PATCH v2 11/33] dm: add dax_device and dax_operations support

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-04-22 15:30 UTC  (9+ messages)

[PATCH v3 00/37] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-04-22 15:00 UTC  (12+ messages)
` [PATCH v3 14/37] mtd: nand: denali: support "nand-ecc-strength" DT property

[PATCH] staging: wilc1000: Fixes Alignment should match open parenthesis
 2017-04-22 15:00 UTC  (2+ messages)

[PATCH v2 0/6] ARM: sunxi: Convert sun4i/sun7i series SoCs to sunxi-ng
 2017-04-22 14:46 UTC  (4+ messages)
` [PATCH v2 1/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver
  ` [linux-sunxi] "

44786 linux-kernel
 2017-04-22 13:52 UTC 

Memory order of `mprotect`
 2017-04-22 13:49 UTC 

[PATCH] orinoco: fix spelling mistake: "Registerred" -> "Registered"
 2017-04-22 13:21 UTC 

[PATCH] ms_block: fix spelling mistake: "randomally" -> "randomly"
 2017-04-22 13:12 UTC 

[PATCH] serial: 8250: omap: Disable DMA for console UART
 2017-04-22 13:07 UTC 

[PATCH] backlight: pwm_bl: Fix condition to set enable gpio as output
 2017-04-22 13:00 UTC  (7+ messages)

[PATCH] scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
 2017-04-22 13:02 UTC 

[tip:smp/hotplug 39/39] kernel/padata.c:990:2: error: implicit declaration of function 'cpuhp_state_add_instance_nocalls_cpuslocked'
 2017-04-22 12:51 UTC 

[PATCH] ore: fix spelling mistake: "Multples" -> "multiples"
 2017-04-22 12:48 UTC 

[PATCH] drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"
 2017-04-22 12:35 UTC 

[PATCH] ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"
 2017-04-22 12:28 UTC 

[PATCH] staging/speakup: use __func__ instead of hardcoded name
 2017-04-22 12:24 UTC 

[PATCH] net: netcp: fix spelling mistake: "memomry" -> "memory"
 2017-04-22 12:22 UTC 

A small window for a race condition in mm/rmap.c:page_lock_anon_vma_read
 2017-04-22 12:07 UTC  (6+ messages)

[PATCH 1/2] clk: ti: divider: try to fix ti_clk_register_divider
 2017-04-22 12:08 UTC  (6+ messages)
` [PATCH 2/2] clk: ti: fix building without legacy omap3

[PATCH v2 0/5] mtd: nand: gpmi: add i.MX 7 support
 2017-04-22 11:43 UTC  (2+ messages)

[PATCH v2 0/3] mtd: sharpslpart partition parser
 2017-04-22 11:20 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: sharpsl: add sharpslpart MTD "
` [PATCH v2 2/3] mtd: nand: sharpsl.c: prefer "
` [PATCH v2 3/3] mtd: nand: tmio_nand.c: "

[PATCH 0/5] mm subsystem refcounter conversions
 2017-04-22 10:44 UTC  (3+ messages)
` [PATCH 2/5] mm: convert anon_vma.refcount from atomic_t to refcount_t

fsl_ifc_nand: are blank pages protected by ECC?
 2017-04-22 10:40 UTC  (7+ messages)
        ` [PATCH] tango_nand.c: fix ecc.stats_corrected in empty flash case

[PATCH] serial: exar: Fix stuck MSIs
 2017-04-22  9:36 UTC 

[PATCH 0/5] lightnvm: pblk extra patches for 4.12
 2017-04-22  9:31 UTC  (12+ messages)
` [PATCH 1/5] lightnvm: pblk: fix race condition on line retry
` [PATCH 2/5] lightnvm: pblk: fix bad error check
` [PATCH 3/5] lightnvm: pblk: fix memory leak on error path
` [PATCH 4/5] lightnvm: pblk: free metadata on line alloc failure
` [PATCH 5/5] lightnvm: pblk: fix erase counters on error fail

[PATCH v17 2/3] usb: USB Type-C connector class
 2017-04-22  9:23 UTC  (12+ messages)

[PATCH 00/11] block: assorted cleanup for bio splitting and cloning
 2017-04-22  9:16 UTC  (3+ messages)
` [PATCH 01/11] blk: remove bio_set arg from blk_queue_split()

linux-next: build failure after merge of the arm tree
 2017-04-22  8:41 UTC  (5+ messages)

[RFC PATH] of/pci/dma: fix DMA configruation for PCI masters
 2017-04-22  8:08 UTC 

[patch 0/1] staging: speakup: refactor to allow smoother migration to TTY-based comms with external synths
 2017-04-22  8:00 UTC  (2+ messages)
` [patch 1/1] staging: speakup: add send_xchar and tiocmset methods

[PATCH v3 0/4] x86/mm: Straightforward TLB flush fixes/cleanups
 2017-04-22  7:01 UTC  (5+ messages)
` [PATCH v3 1/4] x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()
` [PATCH v3 2/4] x86/mm: Remove flush_tlb() and flush_tlb_current_task()
` [PATCH v3 3/4] x86/mm: Make flush_tlb_mm_range() more predictable
` [PATCH v3 4/4] x86/mm: Fix flush_tlb_page() on Xen

[PATCH v2 0/3] powerpc/mm: Fix kernel protection and implement CONFIG_DEBUG_RODATA on PPC32
 2017-04-22  6:58 UTC  (5+ messages)
` [PATCH v2 3/3] powerpc/mm: Implement "

[PATCH] ASoC: fix odd_ptr_err.cocci warnings (fwd)
 2017-04-22  6:54 UTC  (2+ messages)

[PATCH] bus: fsl-mc: dpio: fix alter FQ state command
 2017-04-22  6:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] hwmon: (ibmpowernv) Add min/max attributes and current sensors
 2017-04-22  6:11 UTC  (4+ messages)

[PATCH tip/core/rcu 0/40] SRCU callback parallelization for 4.12
 2017-04-22  6:09 UTC  (10+ messages)
` [PATCH tip/core/rcu 40/40] srcu: Parallelize callback handling
  ` powerpc KVM build break in linux-next (was Re: [PATCH tip/core/rcu 40/40] srcu: Parallelize callback handling)

[PATCH v3 3/7] kprobes: validate the symbol name length
 2017-04-22  5:55 UTC  (3+ messages)
` [PATCH v4 3/7] kprobes: validate the symbol name provided during probe registration

[PATCH 0/8] Fix clean target warnings
 2017-04-22  5:41 UTC  (11+ messages)
` [PATCH 2/8] selftests: lib.mk: define CLEAN macro to allow Makefiles to override clean
` [PATCH 4/8] selftests: gpio: override clean in lib.mk to fix warnings
` [PATCH 6/8] selftests: splice: "
` [PATCH 7/8] selftests: sync: "
` [PATCH 8/8] selftests: x86: "

Linux 3.18.50
 2017-04-22  5:32 UTC  (2+ messages)

[PATCH] irq/affinity: Fix calculating vectors to assign
 2017-04-22  4:37 UTC  (3+ messages)
` [tip:irq/urgent] genirq/affinity: "

[PATCH] fs/ocfs2/cluster: use offset_in_page() macro
 2017-04-22  3:37 UTC  (3+ messages)
` [PATCH] xprtrdma: "

[RFC PATCH v5 1/2] usb: typec: USB Type-C Port Manager (tcpm)
 2017-04-22  3:30 UTC  (2+ messages)

[PATCH v2] selftests: ftrace: Allow some tests to be run in a tracing instance
 2017-04-22  3:22 UTC  (3+ messages)

[RFC PATCH 0/3] clk: introduce clk_bulk_get accessories
 2017-04-22  3:16 UTC  (8+ messages)
` [RFC PATCH 1/3] clk: add "
` [RFC PATCH 2/3] clk: add managed version of clk_bulk_get

[PATCH v2 1/8] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
 2017-04-22  2:52 UTC  (5+ messages)
` [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask

[PATCH 0/5] clk-mvebu: Fine-tuning for four function implementations
 2017-04-22  2:49 UTC  (5+ messages)
` [PATCH 1/5] clk: mvebu: Use kcalloc() in of_cpu_clk_setup()
` [PATCH 3/5] clk: mvebu: Use kcalloc() in two functions

[PATCH 0/8] clk: Fine-tuning for ten function implementations
 2017-04-22  2:48 UTC  (13+ messages)
` [PATCH 1/8] clk: si5351: Use devm_kcalloc() in si5351_i2c_probe()
` [PATCH 2/8] clk: si5351: Delete an error message for a failed memory allocation "
` [PATCH 4/8] clk: Replace four seq_printf() calls by seq_putc()
` [PATCH 6/8] clk: Improve a size determination in two functions
` [PATCH 7/8] clk: nomadik: Use seq_puts() in nomadik_src_clk_show()
` [PATCH 8/8] clk: nomadik: Delete error messages for a failed memory allocation in two functions

[PATCH] nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()
 2017-04-21 19:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] clk: tegra: fix SS control on PLL enable/disable
 2017-04-22  2:38 UTC  (2+ messages)

[PATCH] platform/x86: asus-wmi: fix cpufv sysfs file permission
 2017-04-22  2:19 UTC 

[PATCH] clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()
 2017-04-22  2:14 UTC  (2+ messages)

[PATCH V2] clk: hi6220: Add the hi655x's pmic clock
 2017-04-22  2:14 UTC  (6+ messages)

[PATCH V3 1/2] clk: hi6220: Add the hi655x's pmic clock
 2017-04-22  2:03 UTC  (4+ messages)
` [PATCH V3 2/2] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd

[PATCH] clk: ti: fix linker error with !SOC_OMAP4
 2017-04-22  1:56 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).