linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-05 22:52:38 to 2015-12-06 13:11:10 UTC [more...]

[PATCH 2/2] x86, perf: Use INST_RETIRED.PREC_DIST for cycles:ppp
 2015-12-06 13:11 UTC  (3+ messages)
` [tip:perf/core] perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp

[RFC BUG] coccinelle: use_after_iter parse error
 2015-12-06 13:09 UTC 

Improve spinlock performance by moving work to one core
 2015-12-06 13:08 UTC  (9+ messages)

[PATCH v2 0/2] um: Protect memory mapped file
 2015-12-06 11:57 UTC  (5+ messages)
` [PATCH v2 1/2] um: Set secure access mode for temporary file

[GIT pull] perf fixes for 4.4
 2015-12-06 11:54 UTC  (2+ messages)

[PATCH v5] USB: serial: add Moxa UPORT 11x0 driver
 2015-12-06 11:29 UTC 

[PATCH 05/10] exynos4-is: Replace "hweight32(mask) == 1" with "is_power_of_2(mask)"
 2015-12-06 10:44 UTC 

[PATCH 04/10] omap_hwspinlock: Replace "hweight_long(i & 0xf) != 1" with "!is_power_of_2(i & 0xf)"
 2015-12-06 10:33 UTC 

[PATCH 03/10] i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power_of_2(dev_priv->info.subslice_7eu[i])"
 2015-12-06 10:26 UTC 

[PATCH 0/9] Fixes for LightNVM
 2015-12-06 10:25 UTC  (10+ messages)
` [PATCH 1/9] lightnvm: use flags in rrpc_get_blk
` [PATCH 2/9] lightnvm: put blks when luns configure failed
` [PATCH 3/9] lightnvm: refactor spin_unlock in gennvm_get_blk
` [PATCH 4/9] lightnvm: check mm before use
` [PATCH 5/9] lightnvm: comments on constants
` [PATCH 6/9] lightnvm: replace req queue with nvmdev for lld
` [PATCH 7/9] lightnvm: fix media mgr registration
` [PATCH 8/9] lightnvm: prevent gennvm module unload on use
` [PATCH 9/9] lightnvm: do not compile in debugging by default

[PATCH v2 00/72] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-06 10:18 UTC  (74+ messages)
` [PATCH v2 01/72] atari_scsi: Fix SCSI host ID setting
` [PATCH v2 02/72] ncr5380: Remove redundant static variable initializers
` [PATCH v2 03/72] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v2 04/72] ncr5380: Remove more pointless macros
` [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v2 06/72] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions
` [PATCH v2 08/72] ncr5380: Move NCR53C400-specific code
` [PATCH v2 09/72] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v2 10/72] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v2 11/72] ncr5380: Simplify bus reset handlers
` [PATCH v2 12/72] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v2 13/72] ncr5380: Remove redundant register writes
` [PATCH v2 14/72] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v2 15/72] ncr5380: Always escalate bad target time-out "
` [PATCH v2 16/72] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v2 17/72] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v2 18/72] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v2 19/72] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH v2 20/72] ncr5380: Introduce unbound workqueue
` [PATCH v2 21/72] ncr5380: Sleep when polling, if possible
` [PATCH v2 22/72] ncr5380: Eliminate selecting state
` [PATCH v2 23/72] ncr5380: Always retry arbitration and selection
` [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v2 25/72] ncr5380: Rework disconnect versus poll logic
` [PATCH v2 26/72] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v2 27/72] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v2 28/72] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v2 29/72] ncr5380: Remove references to linked commands
` [PATCH v2 30/72] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v2 31/72] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v2 32/72] ncr5380: Fix bus phase "
` [PATCH v2 33/72] atari_NCR5380: Set do_abort() timeouts
` [PATCH v2 34/72] atari_NCR5380: Use arbitration timeout
` [PATCH v2 35/72] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v2 36/72] ncr5380: Use work_struct instead of delayed_work
` [PATCH v2 37/72] ncr5380: Standardize work queueing algorithm
` [PATCH v2 38/72] ncr5380: Remove UNSAFE macro
` [PATCH v2 39/72] ncr5380: Standardize interrupt handling
` [PATCH v2 40/72] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v2 41/72] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v2 42/72] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v2 43/72] ncr5380: Standardize reselection handling
` [PATCH v2 44/72] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v2 45/72] ncr5380: Cleanup #include directives
` [PATCH v2 46/72] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v2 47/72] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v2 48/72] atari_NCR5380: Fix queue_size limit
` [PATCH v2 49/72] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v2 50/72] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v2 51/72] ncr5380: Remove command list debug code
` [PATCH v2 52/72] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v2 53/72] ncr5380: Use shost_priv helper
` [PATCH v2 54/72] ncr5380: Use dsprintk() for queue debugging
` [PATCH v2 55/72] ncr5380: Remove LIST and REMOVE macros
` [PATCH v2 56/72] ncr5380: Remove redundant volatile qualifiers
` [PATCH v2 57/72] ncr5380: Use standard list data structure
` [PATCH v2 58/72] ncr5380: Refactor command completion
` [PATCH v2 59/72] ncr5380: Fix autosense bugs
` [PATCH v2 60/72] ncr5380: Implement new eh_abort_handler
` [PATCH v2 61/72] ncr5380: Fix EH during arbitration and selection
` [PATCH v2 62/72] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v2 63/72] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v2 64/72] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v2 65/72] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v2 66/72] ncr5380: Fix soft lockups
` [PATCH v2 67/72] ncr5380: Cleanup comments
` [PATCH v2 68/72] ncr5380: Fix whitespace issues using regexp
` [PATCH v2 69/72] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v2 70/72] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v2 71/72] ncr5380: Cleanup whitespace and parentheses
` [PATCH v2 72/72] ncr5380: Fix pseudo DMA transfers on 53C400

[PATCH] drm: do not use device name as a format string
 2015-12-06 10:16 UTC  (4+ messages)

[PATCH 02/10] brcmstb_gisb: Replace "hweight_long(mask) != 1" with "!is_power_of_2(mask)"
 2015-12-06 10:11 UTC 

[PATCH] Documentation: email-clients.txt
 2015-12-06  6:09 UTC 

[PATCH v2 PART-RESEND 0/2] berlin sdhci clock clean up
 2015-12-06 10:07 UTC  (3+ messages)

[PATCH 01/10] sh: Replace "hweight_long(flags) != 1" with "!is_power_of_2(flags)"
 2015-12-06  9:42 UTC 

Reorganize perf kernel side
 2015-12-06  9:54 UTC  (2+ messages)

[GIT pull] scheduler fixes for 4.4
 2015-12-06  9:52 UTC 

[GIT pull] x86 fixes for 4.4
 2015-12-06  9:41 UTC 

[PATCH 00/13] perf tools: Move perf subcommand framework into lib/tools
 2015-12-06  9:37 UTC  (2+ messages)

[PATCH 0/5] Fix regression introduced by set_irq_flags() removal
 2015-12-06  9:28 UTC  (9+ messages)

[PATCH] arm: dts: berlin2q-marvell-dmp: add sdhci1 fully functionality
 2015-12-06  9:28 UTC  (2+ messages)

[PATCH] arm64: dts: berlin4ct: support cpuidle-dt
 2015-12-06  9:27 UTC  (2+ messages)

could you respin the "add blkdev name format specifier" series?
 2015-12-06  9:09 UTC  (2+ messages)

[PATCH] time: verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
 2015-12-06  9:07 UTC  (4+ messages)

[PATCH] clk: sunxi: Extend the simple gates and handle the Allwinner H3
 2015-12-06  9:04 UTC 

deadlock during fuseblk shutdown
 2015-12-06  9:04 UTC  (2+ messages)

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-06  8:42 UTC  (14+ messages)
` [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 73/71] ncr5380: Use runtime register mapping
` [PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 78/71] ncr5380: Add support for HP 53C400A-based cards (C2502)

crypto/nx842: Ignore queue overflow informative error
 2015-12-06  7:46 UTC 

[PATCH RESEND] fm10k:Fix error handling in the function fm10k_resume
 2015-12-06  7:35 UTC 

[PATCH] Staging: Skein: Moved macros from skein_block.c to header
 2015-12-06  3:25 UTC  (3+ messages)

[PATCH V4 net-next 0/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem
 2015-12-06  6:43 UTC  (5+ messages)
` [PATCH V4 net-next 4/5] net:hns: Add support of ethtool TSO set option for Hip06 in HNS

[PATCH] MAINTAINERS: Add Guenter Roeck as reviewer of watchdog drivers
 2015-12-06  6:18 UTC 

[PATCH] brcm80211: fix compare_const_fl.cocci warnings
 2015-12-06  6:03 UTC 

[GIT PULL] SCSI fixes for 4.4-rc3
 2015-12-06  5:30 UTC 

Possible issue with commit 4961b6e11825?
 2015-12-06  5:18 UTC  (4+ messages)

[PATCH 1/2] add new platform driver for PCI RC
 2015-12-06  5:12 UTC  (3+ messages)

undefined reference to `nf_conntrack_untracked'
 2015-12-06  4:47 UTC 

[PATCH LINUX v4 00/13] tty: xuartps: Fix lock ups
 2015-12-06  4:39 UTC  (14+ messages)
` [PATCH LINUX v4 01/13] tty: xuartps: Beautify read-modify writes
` [PATCH LINUX v4 02/13] tty: xuartps: Use spinlock to serialize HW access
` [PATCH LINUX v4 03/13] tty: xuartps: Don't consider circular buffer when enabling transmitter
` [PATCH LINUX v4 04/13] tty: xuartps: Clear interrupt status register in shutdown
` [PATCH LINUX v4 05/13] tty: xuartps: Improve startup function
` [PATCH LINUX v4 06/13] tty: xuartps: Move request_irq to after setting up the HW
` [PATCH LINUX v4 07/13] tty: xuartps: Keep lock for whole ISR
` [PATCH LINUX v4 08/13] tty: xuartps: Acquire port lock for shutdown
` [PATCH LINUX v4 09/13] tty: xuartps: Move RX path into helper function
` [PATCH LINUX v4 10/13] tty: xuartps: Refactor IRQ handling
` [PATCH LINUX v4 11/13] tty: xuartps: Cleanup: Reformat if-else
` [PATCH LINUX v4 12/13] tty: xuartps: Improve sysrq handling
` [PATCH LINUX v4 13/13] tty: xuartps: Remove '_OFFSET' suffix from #defines

[RFC] User space to kernel space copy optimization
 2015-12-06  4:24 UTC  (3+ messages)

[PATCH v2 0/3] tpm_tis: Clean up force module parameter
 2015-12-06  4:20 UTC  (9+ messages)
    ` [tpmdd-devel] "

[PATCH v2] PCI/AER: enable SERR# forwarding for bridges and switches
 2015-12-06  4:19 UTC  (3+ messages)

[PATCH v8] i40e: Look up MAC address in Open Firmware or IDPROM
 2015-12-06  4:12 UTC  (2+ messages)

rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation
 2015-12-06  3:48 UTC  (4+ messages)

[PATCH v3] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
 2015-12-06  3:44 UTC  (2+ messages)

[PATCH v4 00/11] Introduce Intel Trace Hub support
 2015-12-06  3:40 UTC  (3+ messages)
` [PATCH v4 01/11] stm class: Introduce an abstraction for System Trace Module devices

[PATCH v2] perf tools: Introduce perf_thread for backtrace
 2015-12-06  3:36 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 0/5] [media] Create pads links after entities registration
 2015-12-06  3:10 UTC  (12+ messages)
` [PATCH 1/5] [media] staging: omap4iss: separate links creation from entities init
` [PATCH 2/5] [media] v4l: vsp1: create pad links after subdev registration
` [PATCH 3/5] [media] v4l: vsp1: separate links creation from entities init
` [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration
` [PATCH 5/5] [media] smiapp: "

[RFC][PATCH] Add __GFP_ZERO to alloc_cpumask_var_node() if ptr is zero
 2015-12-04 20:30 UTC  (5+ messages)

[PATCH tip/core/rcu 0/10] Expedited-grace-period changes for 4.5
 2015-12-06  2:27 UTC  (3+ messages)

[PATCH v3 0/10] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms
 2015-12-06  2:26 UTC  (4+ messages)

[PATCH kernel] rcu: Define lockless version of list_for_each_entry_rcu
 2015-12-06  2:19 UTC  (7+ messages)

[PATCH 0/5] ftrace: fix ftrace misleading comments for arch using it
 2015-12-06  1:59 UTC  (5+ messages)
` [PATCH 5/5] x86: ftrace: fix the comments for ftrace_modify_code_direct

[PATCH v2 0/5] ftrace: fix ftrace misleading comments for arch using it
 2015-12-06  2:02 UTC  (6+ messages)
` [PATCH v2 1/5] ia64: ftrace: fix the comments for ftrace_modify_code
` [PATCH v2 2/5] metag: "
` [PATCH v2 3/5] powerpc: "
` [PATCH v2 4/5] sh: "
` [PATCH v2 5/5] x86: ftrace: fix the comments for ftrace_modify_code_direct

[PATCH] ptrace: use fsuid, fsgid, effective creds for fs access checks
 2015-12-06  2:04 UTC  (2+ messages)

[PATCH tip/core/rcu 0/8] Torture-test updates for 4.5
 2015-12-06  1:56 UTC  (11+ messages)
` [PATCH tip/core/rcu 2/8] rcutorture: Dump stack when GP kthread stalls
` [PATCH tip/core/rcu 5/8] rcutorture: Print symbolic name for rcu_torture_writer_state
` [PATCH tip/core/rcu 6/8] rcutorture: Print symbolic name for ->gp_state

[PATCH 1/2] blkcipher: Copy iv from desc even for 0-len walks
 2015-12-06  1:51 UTC  (2+ messages)
` [PATCH 2/2] chacha20poly1305: Skip encryption/decryption for 0-len

[PATCH] tpm_crb: Use the common ACPI definition of struct acpi_tpm2
 2015-12-06  1:25 UTC  (4+ messages)

[PATCH v5 0/4] ARM: sunxi: Allwinner H3 support
 2015-12-06  0:54 UTC  (5+ messages)
` [PATCH v5 1/4] clk: sunxi: Add H3 clocks support
` [PATCH v5 2/4] pinctrl: sunxi: Add H3 PIO controller support

[PATCH v4 0/5] SMP support for Broadcom NSP
 2015-12-06  0:52 UTC  (5+ messages)
` [PATCH v4 1/5] dt-bindings: add SMP enable-method "

[PATCH v5 2/2] drm/bridge: Add I2C based driver for ps8640 bridge
 2015-12-06  0:44 UTC  (2+ messages)

[PATCH] staging: lustre: fix %.2X versus signed char issue
 2015-12-06  0:41 UTC 

[PATCH V4 00/16] Add generic PM domain support for Tegra
 2015-12-06  0:37 UTC  (5+ messages)
` [PATCH V4 11/16] Documentation: DT: bindings: Update NVIDIA PMC for Tegra210
` [PATCH V4 12/16] Documentation: DT: bindings: Add power domain info for NVIDIA PMC

[PATCH] RTC: RK808: Work around hardware bug on November 31st
 2015-12-06  0:36 UTC  (9+ messages)

[PATCH] staging: speakup: kobjects.c: fix char argument to %02x
 2015-12-06  0:28 UTC  (4+ messages)

[PATCH v2 0/3] Add PWM clock support for bcm2835
 2015-12-06  0:19 UTC  (7+ messages)
` [PATCH v2 2/3] clk: bcm2835: Support for clock parent selection

[PATCH] of/fdt: Add mutex protection for calls to __unflatten_device_tree()
 2015-12-06  0:13 UTC 

Linux 2.6.32.69
 2015-12-06  0:02 UTC 

collect2: error: ld returned 1 exit status
 2015-12-05 23:55 UTC 

[PATCH] cxgb3: Convert simple_strtoul to kstrtox
 2015-12-05 23:45 UTC  (2+ messages)

[PATCH] mfd: wm831x: fix broken wm831x_unique_id_show
 2015-12-05 23:39 UTC 

[PATCH V7 1/1] usb:serial: Add Fintek F81532/534 driver
 2015-12-05 23:28 UTC  (2+ messages)

awk: scripts/ld-version.sh: line 4: regular expression compile failed (missing '(')
 2015-12-05 23:17 UTC 


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).